Shades of Goldenrod #D2CB64
Tints of Goldenrod #D2CB64
RGB
CMYK
RGB Variations
Color information
#D2CB64 (or 0xD2CB64) is known color: Goldenrod. HEX triplet: D2, CB and 64. RGB value is (210,203,100). Sum of RGB (Red+Green+Blue) = 210+203+100=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB64 is #2D349B. Grayscale: #C1C1C1. Windows color (decimal): -2962588 or 6605778. OLE color: 6605778.
HSL color Cylindrical-coordinate representation of color #D2CB64: hue angle of 56.18º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2CB64 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 100 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.18 |
| HSL | 56.18º | 0.55% | 0.61% | - |
| HSV(B) | 56.18º | 0.52% | 0.82% | - |
| XYZ | 50.23 | 57.33 | 20.48 | - |
| YUV | 193.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 100 | 0 | 0.03 | 0.52 | 0.18 | 56.18 | 0.55 | 0.61 |
| Hex | D2 | CB | 64 | 0 | 3 | 34 | 12 | 38 | 37 | 3D |
| Octal | 322 | 313 | 144 | 0 | 3 | 64 | 22 | 70 | 67 | 75 |
| Binary | 11010010 | 11001011 | 1100100 | 0 | 11 | 110100 | 10010 | 111000 | 110111 | 111101 |
Color Harmonies of #D2CB64
Complementary color
Monochromatic Colors of #D2CB64
Black with #D2CB64
Text Example
Text Example
White with #D2CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB64; }
p { color: rgb(210,203,100); }
H1.HeaderClassName
{
color: #D2CB64;
}
.AnyTagClassName
{
color: #D2CB64;
}
</style>
background-color css
<style>
a { background-color: #D2CB64; }
a { background-color: rgb(210,203,100); }
div.DivClassName
{
background-color: #D2CB64;
}
.BgClassName
{
background-color: #D2CB64;
}
</style>
border-color css
<style>
span { border-color: #D2CB64; }
span { border-color: rgb(210,203,100); }
td.TdClassName
{
border-color: #D2CB64;
}
.TagClassName
{
border-color: #D2CB64;
}
</style>