Shades of Goldenrod #D6D067
Tints of Goldenrod #D6D067
RGB
CMYK
RGB Variations
Color information
#D6D067 (or 0xD6D067) is known color: Goldenrod. HEX triplet: D6, D0 and 67. RGB value is (214,208,103). Sum of RGB (Red+Green+Blue) = 214+208+103=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D067 is #292F98. Grayscale: #C6C6C6. Windows color (decimal): -2699161 or 6803670. OLE color: 6803670.
HSL color Cylindrical-coordinate representation of color #D6D067: hue angle of 56.76º 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 #D6D067 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 103 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.16 |
| HSL | 56.76º | 0.58% | 0.62% | - |
| HSV(B) | 56.76º | 0.52% | 0.84% | - |
| XYZ | 52.74 | 60.39 | 21.71 | - |
| YUV | 197.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 103 | 0 | 0.03 | 0.52 | 0.16 | 56.76 | 0.58 | 0.62 |
| Hex | D6 | D0 | 67 | 0 | 3 | 34 | 10 | 39 | 3A | 3E |
| Octal | 326 | 320 | 147 | 0 | 3 | 64 | 20 | 71 | 72 | 76 |
| Binary | 11010110 | 11010000 | 1100111 | 0 | 11 | 110100 | 10000 | 111001 | 111010 | 111110 |
Color Harmonies of #D6D067
Complementary color
Monochromatic Colors of #D6D067
Black with #D6D067
Text Example
Text Example
White with #D6D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D067; }
p { color: rgb(214,208,103); }
H1.HeaderClassName
{
color: #D6D067;
}
.AnyTagClassName
{
color: #D6D067;
}
</style>
background-color css
<style>
a { background-color: #D6D067; }
a { background-color: rgb(214,208,103); }
div.DivClassName
{
background-color: #D6D067;
}
.BgClassName
{
background-color: #D6D067;
}
</style>
border-color css
<style>
span { border-color: #D6D067; }
span { border-color: rgb(214,208,103); }
td.TdClassName
{
border-color: #D6D067;
}
.TagClassName
{
border-color: #D6D067;
}
</style>