#DFDE74

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

Shades of Goldenrod #DFDE74

Tints of Goldenrod #DFDE74

Color information

#DFDE74 (or 0xDFDE74) is unknown color: approx Goldenrod. HEX triplet: DF, DE and 74. RGB value is (223,222,116). Sum of RGB (Red+Green+Blue) = 223+222+116=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE74 is #20218B. Grayscale: #D2D2D2. Windows color (decimal): -2105740 or 7659231. OLE color: 7659231.

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

Color convert

RGB223222116-
CMYK00.000.480.13
HSL59.44º62.57%66.47%-
HSV(B)59.44º47.98%87.45%-
XYZ59.7169.1926.73-
YUV210.2174.83137.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 116 (45.70% from 255) = 20.68%
R=39.75%
G=39.57%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322211600.000.480.1359.4462.5766.47
HexDFDE740030D3b3f42
Octal3373361640060157377102
Binary110111111101111011101000011000011011110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE74; }

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

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

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

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

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

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

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

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