Shades of Goldenrod #D0D567
Tints of Goldenrod #D0D567
RGB
CMYK
RGB Variations
Color information
#D0D567 (or 0xD0D567) is known color: Goldenrod. HEX triplet: D0, D5 and 67. RGB value is (208,213,103). Sum of RGB (Red+Green+Blue) = 208+213+103=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D567 is #2F2A98. Grayscale: #C7C7C7. Windows color (decimal): -3091097 or 6804944. OLE color: 6804944.
HSL color Cylindrical-coordinate representation of color #D0D567: hue angle of 62.73º degrees, saturation: 0.57, 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 #D0D567 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 103 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.16 |
| HSL | 62.73º | 0.57% | 0.62% | - |
| HSV(B) | 62.73º | 0.52% | 0.84% | - |
| XYZ | 52.25 | 61.98 | 22.04 | - |
| YUV | 198.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 103 | 0.02 | 0 | 0.52 | 0.16 | 62.73 | 0.57 | 0.62 |
| Hex | D0 | D5 | 67 | 2 | 0 | 34 | 10 | 3F | 39 | 3E |
| Octal | 320 | 325 | 147 | 2 | 0 | 64 | 20 | 77 | 71 | 76 |
| Binary | 11010000 | 11010101 | 1100111 | 10 | 0 | 110100 | 10000 | 111111 | 111001 | 111110 |
Color Harmonies of #D0D567
Complementary color
Monochromatic Colors of #D0D567
Black with #D0D567
Text Example
Text Example
White with #D0D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D567; }
p { color: rgb(208,213,103); }
H1.HeaderClassName
{
color: #D0D567;
}
.AnyTagClassName
{
color: #D0D567;
}
</style>
background-color css
<style>
a { background-color: #D0D567; }
a { background-color: rgb(208,213,103); }
div.DivClassName
{
background-color: #D0D567;
}
.BgClassName
{
background-color: #D0D567;
}
</style>
border-color css
<style>
span { border-color: #D0D567; }
span { border-color: rgb(208,213,103); }
td.TdClassName
{
border-color: #D0D567;
}
.TagClassName
{
border-color: #D0D567;
}
</style>