Shades of Goldenrod #D6D268
Tints of Goldenrod #D6D268
RGB
CMYK
RGB Variations
Color information
#D6D268 (or 0xD6D268) is known color: Goldenrod. HEX triplet: D6, D2 and 68. RGB value is (214,210,104). Sum of RGB (Red+Green+Blue) = 214+210+104=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D268 is #292D97. Grayscale: #C7C7C7. Windows color (decimal): -2698648 or 6869718. OLE color: 6869718.
HSL color Cylindrical-coordinate representation of color #D6D268: hue angle of 57.82º 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 #D6D268 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 104 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.16 |
| HSL | 57.82º | 0.57% | 0.62% | - |
| HSV(B) | 57.82º | 0.51% | 0.84% | - |
| XYZ | 53.28 | 61.39 | 22.14 | - |
| YUV | 199.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 104 | 0 | 0.02 | 0.51 | 0.16 | 57.82 | 0.57 | 0.62 |
| Hex | D6 | D2 | 68 | 0 | 2 | 33 | 10 | 3A | 39 | 3E |
| Octal | 326 | 322 | 150 | 0 | 2 | 63 | 20 | 72 | 71 | 76 |
| Binary | 11010110 | 11010010 | 1101000 | 0 | 10 | 110011 | 10000 | 111010 | 111001 | 111110 |
Color Harmonies of #D6D268
Complementary color
Monochromatic Colors of #D6D268
Black with #D6D268
Text Example
Text Example
White with #D6D268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D268; }
p { color: rgb(214,210,104); }
H1.HeaderClassName
{
color: #D6D268;
}
.AnyTagClassName
{
color: #D6D268;
}
</style>
background-color css
<style>
a { background-color: #D6D268; }
a { background-color: rgb(214,210,104); }
div.DivClassName
{
background-color: #D6D268;
}
.BgClassName
{
background-color: #D6D268;
}
</style>
border-color css
<style>
span { border-color: #D6D268; }
span { border-color: rgb(214,210,104); }
td.TdClassName
{
border-color: #D6D268;
}
.TagClassName
{
border-color: #D6D268;
}
</style>