Shades of Goldenrod #D0CE65
Tints of Goldenrod #D0CE65
RGB
CMYK
RGB Variations
Color information
#D0CE65 (or 0xD0CE65) is known color: Goldenrod. HEX triplet: D0, CE and 65. RGB value is (208,206,101). Sum of RGB (Red+Green+Blue) = 208+206+101=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE65 is #2F319A. Grayscale: #C3C3C3. Windows color (decimal): -3092891 or 6672080. OLE color: 6672080.
HSL color Cylindrical-coordinate representation of color #D0CE65: hue angle of 58.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0CE65 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 101 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.18 |
| HSL | 58.88º | 0.53% | 0.61% | - |
| HSV(B) | 58.88º | 0.51% | 0.82% | - |
| XYZ | 50.43 | 58.49 | 20.94 | - |
| YUV | 194.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 101 | 0 | 0.01 | 0.51 | 0.18 | 58.88 | 0.53 | 0.61 |
| Hex | D0 | CE | 65 | 0 | 1 | 33 | 12 | 3B | 35 | 3D |
| Octal | 320 | 316 | 145 | 0 | 1 | 63 | 22 | 73 | 65 | 75 |
| Binary | 11010000 | 11001110 | 1100101 | 0 | 1 | 110011 | 10010 | 111011 | 110101 | 111101 |
Color Harmonies of #D0CE65
Complementary color
Monochromatic Colors of #D0CE65
Black with #D0CE65
Text Example
Text Example
White with #D0CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE65; }
p { color: rgb(208,206,101); }
H1.HeaderClassName
{
color: #D0CE65;
}
.AnyTagClassName
{
color: #D0CE65;
}
</style>
background-color css
<style>
a { background-color: #D0CE65; }
a { background-color: rgb(208,206,101); }
div.DivClassName
{
background-color: #D0CE65;
}
.BgClassName
{
background-color: #D0CE65;
}
</style>
border-color css
<style>
span { border-color: #D0CE65; }
span { border-color: rgb(208,206,101); }
td.TdClassName
{
border-color: #D0CE65;
}
.TagClassName
{
border-color: #D0CE65;
}
</style>