Shades of Goldenrod #D7D067
Tints of Goldenrod #D7D067
RGB
CMYK
RGB Variations
Color information
#D7D067 (or 0xD7D067) is known color: Goldenrod. HEX triplet: D7, D0 and 67. RGB value is (215,208,103). Sum of RGB (Red+Green+Blue) = 215+208+103=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D067 is #282F98. Grayscale: #C6C6C6. Windows color (decimal): -2633625 or 6803671. OLE color: 6803671.
HSL color Cylindrical-coordinate representation of color #D7D067: hue angle of 56.25º 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 #D7D067 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 103 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.16 |
| HSL | 56.25º | 0.58% | 0.62% | - |
| HSV(B) | 56.25º | 0.52% | 0.84% | - |
| XYZ | 53.03 | 60.54 | 21.72 | - |
| YUV | 198.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 103 | 0 | 0.03 | 0.52 | 0.16 | 56.25 | 0.58 | 0.62 |
| Hex | D7 | D0 | 67 | 0 | 3 | 34 | 10 | 38 | 3A | 3E |
| Octal | 327 | 320 | 147 | 0 | 3 | 64 | 20 | 70 | 72 | 76 |
| Binary | 11010111 | 11010000 | 1100111 | 0 | 11 | 110100 | 10000 | 111000 | 111010 | 111110 |
Color Harmonies of #D7D067
Complementary color
Monochromatic Colors of #D7D067
Black with #D7D067
Text Example
Text Example
White with #D7D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D067; }
p { color: rgb(215,208,103); }
H1.HeaderClassName
{
color: #D7D067;
}
.AnyTagClassName
{
color: #D7D067;
}
</style>
background-color css
<style>
a { background-color: #D7D067; }
a { background-color: rgb(215,208,103); }
div.DivClassName
{
background-color: #D7D067;
}
.BgClassName
{
background-color: #D7D067;
}
</style>
border-color css
<style>
span { border-color: #D7D067; }
span { border-color: rgb(215,208,103); }
td.TdClassName
{
border-color: #D7D067;
}
.TagClassName
{
border-color: #D7D067;
}
</style>