#DFDE7D

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

Shades of Goldenrod #DFDE7D

Tints of Goldenrod #DFDE7D

Color information

#DFDE7D (or 0xDFDE7D) is unknown color: approx Goldenrod. HEX triplet: DF, DE and 7D. RGB value is (223,222,125). Sum of RGB (Red+Green+Blue) = 223+222+125=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE7D is #202182. Grayscale: #D3D3D3. Windows color (decimal): -2105731 or 8249055. OLE color: 8249055.

HSL color Cylindrical-coordinate representation of color #DFDE7D: hue angle of 59.39º 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 #DFDE7D is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223222125-
CMYK00.000.440.13
HSL59.39º60.49%68.24%-
HSV(B)59.39º43.95%87.45%-
XYZ60.2569.4129.62-
YUV211.2479.33136.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 125 (49.22% from 255) = 21.93%
R=39.12%
G=38.95%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322212500.000.440.1359.3960.4968.24
HexDFDE7D002CD3b3c44
Octal3373361750054157374104
Binary110111111101111011111010010110011011110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE7D; }

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

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

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

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

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

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

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

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