Shades of Goldenrod #DADF64
Tints of Goldenrod #DADF64
RGB
CMYK
RGB Variations
Color information
#DADF64 (or 0xDADF64) is known color: Goldenrod. HEX triplet: DA, DF and 64. RGB value is (218,223,100). Sum of RGB (Red+Green+Blue) = 218+223+100=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF64 is #25209B. Grayscale: #CFCFCF. Windows color (decimal): -2433180 or 6610906. OLE color: 6610906.
HSL color Cylindrical-coordinate representation of color #DADF64: hue angle of 62.44º 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 #DADF64 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 100 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.13 |
| HSL | 62.44º | 0.66% | 0.63% | - |
| HSV(B) | 62.44º | 0.55% | 0.87% | - |
| XYZ | 57.6 | 68.6 | 22.26 | - |
| YUV | 207.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 100 | 0.02 | 0 | 0.55 | 0.13 | 62.44 | 0.66 | 0.63 |
| Hex | DA | DF | 64 | 2 | 0 | 37 | D | 3E | 42 | 3F |
| Octal | 332 | 337 | 144 | 2 | 0 | 67 | 15 | 76 | 102 | 77 |
| Binary | 11011010 | 11011111 | 1100100 | 10 | 0 | 110111 | 1101 | 111110 | 1000010 | 111111 |
Color Harmonies of #DADF64
Complementary color
Monochromatic Colors of #DADF64
Black with #DADF64
Text Example
Text Example
White with #DADF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF64; }
p { color: rgb(218,223,100); }
H1.HeaderClassName
{
color: #DADF64;
}
.AnyTagClassName
{
color: #DADF64;
}
</style>
background-color css
<style>
a { background-color: #DADF64; }
a { background-color: rgb(218,223,100); }
div.DivClassName
{
background-color: #DADF64;
}
.BgClassName
{
background-color: #DADF64;
}
</style>
border-color css
<style>
span { border-color: #DADF64; }
span { border-color: rgb(218,223,100); }
td.TdClassName
{
border-color: #DADF64;
}
.TagClassName
{
border-color: #DADF64;
}
</style>