Shades of Goldenrod #D6DA65
Tints of Goldenrod #D6DA65
RGB
CMYK
RGB Variations
Color information
#D6DA65 (or 0xD6DA65) is known color: Goldenrod. HEX triplet: D6, DA and 65. RGB value is (214,218,101). Sum of RGB (Red+Green+Blue) = 214+218+101=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA65 is #29259A. Grayscale: #CBCBCB. Windows color (decimal): -2696603 or 6675158. OLE color: 6675158.
HSL color Cylindrical-coordinate representation of color #D6DA65: hue angle of 62.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6DA65 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 101 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.15 |
| HSL | 62.05º | 0.61% | 0.63% | - |
| HSV(B) | 62.05º | 0.54% | 0.85% | - |
| XYZ | 55.15 | 65.38 | 22.02 | - |
| YUV | 203.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 101 | 0.02 | 0 | 0.54 | 0.15 | 62.05 | 0.61 | 0.63 |
| Hex | D6 | DA | 65 | 2 | 0 | 36 | F | 3E | 3D | 3F |
| Octal | 326 | 332 | 145 | 2 | 0 | 66 | 17 | 76 | 75 | 77 |
| Binary | 11010110 | 11011010 | 1100101 | 10 | 0 | 110110 | 1111 | 111110 | 111101 | 111111 |
Color Harmonies of #D6DA65
Complementary color
Monochromatic Colors of #D6DA65
Black with #D6DA65
Text Example
Text Example
White with #D6DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA65; }
p { color: rgb(214,218,101); }
H1.HeaderClassName
{
color: #D6DA65;
}
.AnyTagClassName
{
color: #D6DA65;
}
</style>
background-color css
<style>
a { background-color: #D6DA65; }
a { background-color: rgb(214,218,101); }
div.DivClassName
{
background-color: #D6DA65;
}
.BgClassName
{
background-color: #D6DA65;
}
</style>
border-color css
<style>
span { border-color: #D6DA65; }
span { border-color: rgb(214,218,101); }
td.TdClassName
{
border-color: #D6DA65;
}
.TagClassName
{
border-color: #D6DA65;
}
</style>