Shades of Goldenrod #D0CF67
Tints of Goldenrod #D0CF67
RGB
CMYK
RGB Variations
Color information
#D0CF67 (or 0xD0CF67) is known color: Goldenrod. HEX triplet: D0, CF and 67. RGB value is (208,207,103). Sum of RGB (Red+Green+Blue) = 208+207+103=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF67 is #2F3098. Grayscale: #C3C3C3. Windows color (decimal): -3092633 or 6803408. OLE color: 6803408.
HSL color Cylindrical-coordinate representation of color #D0CF67: hue angle of 59.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0CF67 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 103 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.18 |
| HSL | 59.43º | 0.53% | 0.61% | - |
| HSV(B) | 59.43º | 0.5% | 0.82% | - |
| XYZ | 50.77 | 59.01 | 21.55 | - |
| YUV | 195.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 103 | 0 | 0.00 | 0.50 | 0.18 | 59.43 | 0.53 | 0.61 |
| Hex | D0 | CF | 67 | 0 | 0 | 32 | 12 | 3B | 35 | 3D |
| Octal | 320 | 317 | 147 | 0 | 0 | 62 | 22 | 73 | 65 | 75 |
| Binary | 11010000 | 11001111 | 1100111 | 0 | 0 | 110010 | 10010 | 111011 | 110101 | 111101 |
Color Harmonies of #D0CF67
Complementary color
Monochromatic Colors of #D0CF67
Black with #D0CF67
Text Example
Text Example
White with #D0CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF67; }
p { color: rgb(208,207,103); }
H1.HeaderClassName
{
color: #D0CF67;
}
.AnyTagClassName
{
color: #D0CF67;
}
</style>
background-color css
<style>
a { background-color: #D0CF67; }
a { background-color: rgb(208,207,103); }
div.DivClassName
{
background-color: #D0CF67;
}
.BgClassName
{
background-color: #D0CF67;
}
</style>
border-color css
<style>
span { border-color: #D0CF67; }
span { border-color: rgb(208,207,103); }
td.TdClassName
{
border-color: #D0CF67;
}
.TagClassName
{
border-color: #D0CF67;
}
</style>