Shades of Goldenrod #D6D368
Tints of Goldenrod #D6D368
RGB
CMYK
RGB Variations
Color information
#D6D368 (or 0xD6D368) is known color: Goldenrod. HEX triplet: D6, D3 and 68. RGB value is (214,211,104). Sum of RGB (Red+Green+Blue) = 214+211+104=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D368 is #292C97. Grayscale: #C8C8C8. Windows color (decimal): -2698392 or 6869974. OLE color: 6869974.
HSL color Cylindrical-coordinate representation of color #D6D368: hue angle of 58.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6D368 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 104 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.16 |
| HSL | 58.36º | 0.57% | 0.62% | - |
| HSV(B) | 58.36º | 0.51% | 0.84% | - |
| XYZ | 53.52 | 61.88 | 22.22 | - |
| YUV | 199.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 104 | 0 | 0.01 | 0.51 | 0.16 | 58.36 | 0.57 | 0.62 |
| Hex | D6 | D3 | 68 | 0 | 1 | 33 | 10 | 3A | 39 | 3E |
| Octal | 326 | 323 | 150 | 0 | 1 | 63 | 20 | 72 | 71 | 76 |
| Binary | 11010110 | 11010011 | 1101000 | 0 | 1 | 110011 | 10000 | 111010 | 111001 | 111110 |
Color Harmonies of #D6D368
Complementary color
Monochromatic Colors of #D6D368
Black with #D6D368
Text Example
Text Example
White with #D6D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D368; }
p { color: rgb(214,211,104); }
H1.HeaderClassName
{
color: #D6D368;
}
.AnyTagClassName
{
color: #D6D368;
}
</style>
background-color css
<style>
a { background-color: #D6D368; }
a { background-color: rgb(214,211,104); }
div.DivClassName
{
background-color: #D6D368;
}
.BgClassName
{
background-color: #D6D368;
}
</style>
border-color css
<style>
span { border-color: #D6D368; }
span { border-color: rgb(214,211,104); }
td.TdClassName
{
border-color: #D6D368;
}
.TagClassName
{
border-color: #D6D368;
}
</style>