Shades of Goldenrod #D0DC64
Tints of Goldenrod #D0DC64
RGB
CMYK
RGB Variations
Color information
#D0DC64 (or 0xD0DC64) is known color: Goldenrod. HEX triplet: D0, DC and 64. RGB value is (208,220,100). Sum of RGB (Red+Green+Blue) = 208+220+100=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC64 is #2F239B. Grayscale: #CBCBCB. Windows color (decimal): -3089308 or 6610128. OLE color: 6610128.
HSL color Cylindrical-coordinate representation of color #D0DC64: hue angle of 66º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0DC64 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 100 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.14 |
| HSL | 66º | 0.63% | 0.63% | - |
| HSV(B) | 66º | 0.55% | 0.86% | - |
| XYZ | 53.91 | 65.52 | 21.86 | - |
| YUV | 202.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 100 | 0.05 | 0 | 0.55 | 0.14 | 66 | 0.63 | 0.63 |
| Hex | D0 | DC | 64 | 5 | 0 | 37 | E | 42 | 3F | 3F |
| Octal | 320 | 334 | 144 | 5 | 0 | 67 | 16 | 102 | 77 | 77 |
| Binary | 11010000 | 11011100 | 1100100 | 101 | 0 | 110111 | 1110 | 1000010 | 111111 | 111111 |
Color Harmonies of #D0DC64
Complementary color
Monochromatic Colors of #D0DC64
Black with #D0DC64
Text Example
Text Example
White with #D0DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC64; }
p { color: rgb(208,220,100); }
H1.HeaderClassName
{
color: #D0DC64;
}
.AnyTagClassName
{
color: #D0DC64;
}
</style>
background-color css
<style>
a { background-color: #D0DC64; }
a { background-color: rgb(208,220,100); }
div.DivClassName
{
background-color: #D0DC64;
}
.BgClassName
{
background-color: #D0DC64;
}
</style>
border-color css
<style>
span { border-color: #D0DC64; }
span { border-color: rgb(208,220,100); }
td.TdClassName
{
border-color: #D0DC64;
}
.TagClassName
{
border-color: #D0DC64;
}
</style>