Shades of Goldenrod #DFDF64
Tints of Goldenrod #DFDF64
RGB
CMYK
RGB Variations
Color information
#DFDF64 (or 0xDFDF64) is known color: Goldenrod. HEX triplet: DF, DF and 64. RGB value is (223,223,100). Sum of RGB (Red+Green+Blue) = 223+223+100=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF64 is #20209B. Grayscale: #D1D1D1. Windows color (decimal): -2105500 or 6610911. OLE color: 6610911.
HSL color Cylindrical-coordinate representation of color #DFDF64: hue angle of 60º 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 #DFDF64 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 100 | - |
CMYK | 0 | 0 | 0.55 | 0.13 |
HSL | 60º | 0.66% | 0.63% | - |
HSV(B) | 60º | 0.55% | 0.87% | - |
XYZ | 59.12 | 69.38 | 22.33 | - |
YUV | 208.98 | 66.5 | 138 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 100 | 0 | 0 | 0.55 | 0.13 | 60 | 0.66 | 0.63 |
Hex | DF | DF | 64 | 0 | 0 | 37 | D | 3C | 42 | 3F |
Octal | 337 | 337 | 144 | 0 | 0 | 67 | 15 | 74 | 102 | 77 |
Binary | 11011111 | 11011111 | 1100100 | 0 | 0 | 110111 | 1101 | 111100 | 1000010 | 111111 |
Color Harmonies of #DFDF64
Complementary color
Monochromatic Colors of #DFDF64
Black with #DFDF64
Text Example
Text Example
White with #DFDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF64; }
p { color: rgb(223,223,100); }
H1.HeaderClassName
{
color: #DFDF64;
}
.AnyTagClassName
{
color: #DFDF64;
}
</style>
background-color css
<style>
a { background-color: #DFDF64; }
a { background-color: rgb(223,223,100); }
div.DivClassName
{
background-color: #DFDF64;
}
.BgClassName
{
background-color: #DFDF64;
}
</style>
border-color css
<style>
span { border-color: #DFDF64; }
span { border-color: rgb(223,223,100); }
td.TdClassName
{
border-color: #DFDF64;
}
.TagClassName
{
border-color: #DFDF64;
}
</style>