Shades of Goldenrod #D6D069
Tints of Goldenrod #D6D069
RGB
CMYK
RGB Variations
Color information
#D6D069 (or 0xD6D069) is known color: Goldenrod. HEX triplet: D6, D0 and 69. RGB value is (214,208,105). Sum of RGB (Red+Green+Blue) = 214+208+105=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D069 is #292F96. Grayscale: #C6C6C6. Windows color (decimal): -2699159 or 6934742. OLE color: 6934742.
HSL color Cylindrical-coordinate representation of color #D6D069: hue angle of 56.7º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6D069 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 105 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.16 |
| HSL | 56.7º | 0.57% | 0.63% | - |
| HSV(B) | 56.7º | 0.51% | 0.84% | - |
| XYZ | 52.84 | 60.43 | 22.24 | - |
| YUV | 198.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 105 | 0 | 0.03 | 0.51 | 0.16 | 56.7 | 0.57 | 0.63 |
| Hex | D6 | D0 | 69 | 0 | 3 | 33 | 10 | 39 | 39 | 3F |
| Octal | 326 | 320 | 151 | 0 | 3 | 63 | 20 | 71 | 71 | 77 |
| Binary | 11010110 | 11010000 | 1101001 | 0 | 11 | 110011 | 10000 | 111001 | 111001 | 111111 |
Color Harmonies of #D6D069
Complementary color
Monochromatic Colors of #D6D069
Black with #D6D069
Text Example
Text Example
White with #D6D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D069; }
p { color: rgb(214,208,105); }
H1.HeaderClassName
{
color: #D6D069;
}
.AnyTagClassName
{
color: #D6D069;
}
</style>
background-color css
<style>
a { background-color: #D6D069; }
a { background-color: rgb(214,208,105); }
div.DivClassName
{
background-color: #D6D069;
}
.BgClassName
{
background-color: #D6D069;
}
</style>
border-color css
<style>
span { border-color: #D6D069; }
span { border-color: rgb(214,208,105); }
td.TdClassName
{
border-color: #D6D069;
}
.TagClassName
{
border-color: #D6D069;
}
</style>