Shades of Goldenrod #D6DA67
Tints of Goldenrod #D6DA67
RGB
CMYK
RGB Variations
Color information
#D6DA67 (or 0xD6DA67) is known color: Goldenrod. HEX triplet: D6, DA and 67. RGB value is (214,218,103). Sum of RGB (Red+Green+Blue) = 214+218+103=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA67 is #292598. Grayscale: #CCCCCC. Windows color (decimal): -2696601 or 6806230. OLE color: 6806230.
HSL color Cylindrical-coordinate representation of color #D6DA67: hue angle of 62.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6DA67 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 103 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.15 |
| HSL | 62.09º | 0.61% | 0.63% | - |
| HSV(B) | 62.09º | 0.53% | 0.85% | - |
| XYZ | 55.25 | 65.42 | 22.55 | - |
| YUV | 203.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 103 | 0.02 | 0 | 0.53 | 0.15 | 62.09 | 0.61 | 0.63 |
| Hex | D6 | DA | 67 | 2 | 0 | 35 | F | 3E | 3D | 3F |
| Octal | 326 | 332 | 147 | 2 | 0 | 65 | 17 | 76 | 75 | 77 |
| Binary | 11010110 | 11011010 | 1100111 | 10 | 0 | 110101 | 1111 | 111110 | 111101 | 111111 |
Color Harmonies of #D6DA67
Complementary color
Monochromatic Colors of #D6DA67
Black with #D6DA67
Text Example
Text Example
White with #D6DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA67; }
p { color: rgb(214,218,103); }
H1.HeaderClassName
{
color: #D6DA67;
}
.AnyTagClassName
{
color: #D6DA67;
}
</style>
background-color css
<style>
a { background-color: #D6DA67; }
a { background-color: rgb(214,218,103); }
div.DivClassName
{
background-color: #D6DA67;
}
.BgClassName
{
background-color: #D6DA67;
}
</style>
border-color css
<style>
span { border-color: #D6DA67; }
span { border-color: rgb(214,218,103); }
td.TdClassName
{
border-color: #D6DA67;
}
.TagClassName
{
border-color: #D6DA67;
}
</style>