Shades of Goldenrod #D0D667
Tints of Goldenrod #D0D667
RGB
CMYK
RGB Variations
Color information
#D0D667 (or 0xD0D667) is known color: Goldenrod. HEX triplet: D0, D6 and 67. RGB value is (208,214,103). Sum of RGB (Red+Green+Blue) = 208+214+103=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D667 is #2F2998. Grayscale: #C7C7C7. Windows color (decimal): -3090841 or 6805200. OLE color: 6805200.
HSL color Cylindrical-coordinate representation of color #D0D667: hue angle of 63.24º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0D667 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 103 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.16 |
| HSL | 63.24º | 0.58% | 0.62% | - |
| HSV(B) | 63.24º | 0.52% | 0.84% | - |
| XYZ | 52.51 | 62.48 | 22.12 | - |
| YUV | 199.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 103 | 0.03 | 0 | 0.52 | 0.16 | 63.24 | 0.58 | 0.62 |
| Hex | D0 | D6 | 67 | 3 | 0 | 34 | 10 | 3F | 3A | 3E |
| Octal | 320 | 326 | 147 | 3 | 0 | 64 | 20 | 77 | 72 | 76 |
| Binary | 11010000 | 11010110 | 1100111 | 11 | 0 | 110100 | 10000 | 111111 | 111010 | 111110 |
Color Harmonies of #D0D667
Complementary color
Monochromatic Colors of #D0D667
Black with #D0D667
Text Example
Text Example
White with #D0D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D667; }
p { color: rgb(208,214,103); }
H1.HeaderClassName
{
color: #D0D667;
}
.AnyTagClassName
{
color: #D0D667;
}
</style>
background-color css
<style>
a { background-color: #D0D667; }
a { background-color: rgb(208,214,103); }
div.DivClassName
{
background-color: #D0D667;
}
.BgClassName
{
background-color: #D0D667;
}
</style>
border-color css
<style>
span { border-color: #D0D667; }
span { border-color: rgb(208,214,103); }
td.TdClassName
{
border-color: #D0D667;
}
.TagClassName
{
border-color: #D0D667;
}
</style>