#DDDE80

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

Shades of Goldenrod #DDDE80

Tints of Goldenrod #DDDE80

Color information

#DDDE80 (or 0xDDDE80) is unknown color: approx Goldenrod. HEX triplet: DD, DE and 80. RGB value is (221,222,128). Sum of RGB (Red+Green+Blue) = 221+222+128=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE80 is #22217F. Grayscale: #D3D3D3. Windows color (decimal): -2236800 or 8445661. OLE color: 8445661.

HSL color Cylindrical-coordinate representation of color #DDDE80: hue angle of 60.64º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDDE80 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221222128-
CMYK0.0000.420.13
HSL60.64º58.75%68.63%-
HSV(B)60.64º42.34%87.06%-
XYZ59.8469.1730.62-
YUV210.9881.17135.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=38.70%
G=38.88%
B=22.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221280.0000.420.1360.6458.7568.63
HexDDDE80002AD3d3b45
Octal3353362000052157573105
Binary1101110111011110100000000010101011011111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE80; }

 p { color: rgb(221,222,128); }

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

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

 a { background-color: rgb(221,222,128); }

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

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

 span { border-color: rgb(221,222,128); }

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