#DFDE64

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

Shades of Goldenrod #DFDE64

Tints of Goldenrod #DFDE64

Color information

#DFDE64 (or 0xDFDE64) is unknown color: approx Goldenrod. HEX triplet: DF, DE and 64. RGB value is (223,222,100). Sum of RGB (Red+Green+Blue) = 223+222+100=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE64 is #20219B. Grayscale: #D0D0D0. Windows color (decimal): -2105756 or 6610655. OLE color: 6610655.

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

Color convert

RGB223222100-
CMYK00.000.550.13
HSL59.51º65.78%63.33%-
HSV(B)59.51º55.16%87.45%-
XYZ58.8568.8522.24-
YUV208.3966.83138.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 100 (39.45% from 255) = 18.35%
R=40.92%
G=40.73%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322210000.000.550.1359.5165.7863.33
HexDFDE640037D3c423f
Octal3373361440067157410277
Binary110111111101111011001000011011111011111001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE64; }

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

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

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

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

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

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

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

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