Shades of Goldenrod #D6D369
Tints of Goldenrod #D6D369
RGB
CMYK
RGB Variations
Color information
#D6D369 (or 0xD6D369) is known color: Goldenrod. HEX triplet: D6, D3 and 69. RGB value is (214,211,105). Sum of RGB (Red+Green+Blue) = 214+211+105=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D369 is #292C96. Grayscale: #C8C8C8. Windows color (decimal): -2698391 or 6935510. OLE color: 6935510.
HSL color Cylindrical-coordinate representation of color #D6D369: hue angle of 58.35º 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 #D6D369 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 105 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.16 |
| HSL | 58.35º | 0.57% | 0.63% | - |
| HSV(B) | 58.35º | 0.51% | 0.84% | - |
| XYZ | 53.58 | 61.9 | 22.49 | - |
| YUV | 199.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 105 | 0 | 0.01 | 0.51 | 0.16 | 58.35 | 0.57 | 0.63 |
| Hex | D6 | D3 | 69 | 0 | 1 | 33 | 10 | 3A | 39 | 3F |
| Octal | 326 | 323 | 151 | 0 | 1 | 63 | 20 | 72 | 71 | 77 |
| Binary | 11010110 | 11010011 | 1101001 | 0 | 1 | 110011 | 10000 | 111010 | 111001 | 111111 |
Color Harmonies of #D6D369
Complementary color
Monochromatic Colors of #D6D369
Black with #D6D369
Text Example
Text Example
White with #D6D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D369; }
p { color: rgb(214,211,105); }
H1.HeaderClassName
{
color: #D6D369;
}
.AnyTagClassName
{
color: #D6D369;
}
</style>
background-color css
<style>
a { background-color: #D6D369; }
a { background-color: rgb(214,211,105); }
div.DivClassName
{
background-color: #D6D369;
}
.BgClassName
{
background-color: #D6D369;
}
</style>
border-color css
<style>
span { border-color: #D6D369; }
span { border-color: rgb(214,211,105); }
td.TdClassName
{
border-color: #D6D369;
}
.TagClassName
{
border-color: #D6D369;
}
</style>