#DDDE78

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

Shades of Goldenrod #DDDE78

Tints of Goldenrod #DDDE78

Color information

#DDDE78 (or 0xDDDE78) is unknown color: approx Goldenrod. HEX triplet: DD, DE and 78. RGB value is (221,222,120). Sum of RGB (Red+Green+Blue) = 221+222+120=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE78 is #222187. Grayscale: #D2D2D2. Windows color (decimal): -2236808 or 7921373. OLE color: 7921373.

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

Color convert

RGB221222120-
CMYK0.0000.460.13
HSL60.59º60.71%67.06%-
HSV(B)60.59º45.95%87.06%-
XYZ59.3368.9727.95-
YUV210.0777.17135.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 120 (47.27% from 255) = 21.31%
R=39.25%
G=39.43%
B=21.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221200.0000.460.1360.5960.7167.06
HexDDDE78002ED3d3d43
Octal3353361700056157575103
Binary110111011101111011110000010111011011111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE78; }

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

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

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

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

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

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

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

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