#DDD332

Color #DDD332 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DDD332

Tints of Starship #DDD332

Color information

#DDD332 (or 0xDDD332) is unknown color: approx Starship. HEX triplet: DD, D3 and 32. RGB value is (221,211,50). Sum of RGB (Red+Green+Blue) = 221+211+50=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD332 is #222CCD. Grayscale: #C4C4C4. Windows color (decimal): -2239694 or 3331037. OLE color: 3331037.

HSL color Cylindrical-coordinate representation of color #DDD332: hue angle of 56.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDD332 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22121150-
CMYK00.050.770.13
HSL56.49º71.55%53.14%-
HSV(B)56.49º77.38%86.67%-
XYZ53.6962.1912.19-
YUV195.6445.81146.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 211 (82.81% from 255) = 43.78%
BLUE value IS 50 (19.92% from 255) = 10.37%
R=45.85%
G=43.78%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212115000.050.770.1356.4971.5553.14
HexDDD332054DD384835
Octal3353236205115157011065
Binary11011101110100111100100101100110111011110001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD332; }

 p { color: rgb(221,211,50); }

 H1.HeaderClassName
 {
   color: #DDD332;
 }
 .AnyTagClassName
 {
   color: #DDD332;
 }
</style>
background-color css

<style>
 a { background-color: #DDD332; }

 a { background-color: rgb(221,211,50); }

 div.DivClassName
 {
   background-color: #DDD332;
 }
 .BgClassName
 {
   background-color: #DDD332;
 }
</style>
border-color css

<style>
 span { border-color: #DDD332; }

 span { border-color: rgb(221,211,50); }

 td.TdClassName
 {
   border-color: #DDD332;
 }
 .TagClassName
 {
   border-color: #DDD332;
 }
</style>