#DEDE7D

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

Shades of Goldenrod #DEDE7D

Tints of Goldenrod #DEDE7D

Color information

#DEDE7D (or 0xDEDE7D) is unknown color: approx Goldenrod. HEX triplet: DE, DE and 7D. RGB value is (222,222,125). Sum of RGB (Red+Green+Blue) = 222+222+125=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE7D is #212182. Grayscale: #D3D3D3. Windows color (decimal): -2171267 or 8249054. OLE color: 8249054.

HSL color Cylindrical-coordinate representation of color #DEDE7D: hue angle of 60º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEDE7D is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222222125-
CMYK000.440.13
HSL60º59.51%68.04%-
HSV(B)60º43.69%87.06%-
XYZ59.9569.2529.61-
YUV210.9479.5135.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 125 (49.22% from 255) = 21.97%
R=39.02%
G=39.02%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222125000.440.136059.5168.04
HexDEDE7D002CD3c3c44
Octal3363361750054157474104
Binary110111101101111011111010010110011011111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE7D; }

 p { color: rgb(222,222,125); }

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

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

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

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

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

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

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