Shades of Goldenrod #D6D465
Tints of Goldenrod #D6D465
RGB
CMYK
RGB Variations
Color information
#D6D465 (or 0xD6D465) is known color: Goldenrod. HEX triplet: D6, D4 and 65. RGB value is (214,212,101). Sum of RGB (Red+Green+Blue) = 214+212+101=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D465 is #292B9A. Grayscale: #C8C8C8. Windows color (decimal): -2698139 or 6673622. OLE color: 6673622.
HSL color Cylindrical-coordinate representation of color #D6D465: hue angle of 58.94º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6D465 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 101 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.16 |
| HSL | 58.94º | 0.58% | 0.62% | - |
| HSV(B) | 58.94º | 0.53% | 0.84% | - |
| XYZ | 53.62 | 62.32 | 21.52 | - |
| YUV | 199.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 101 | 0 | 0.01 | 0.53 | 0.16 | 58.94 | 0.58 | 0.62 |
| Hex | D6 | D4 | 65 | 0 | 1 | 35 | 10 | 3B | 3A | 3E |
| Octal | 326 | 324 | 145 | 0 | 1 | 65 | 20 | 73 | 72 | 76 |
| Binary | 11010110 | 11010100 | 1100101 | 0 | 1 | 110101 | 10000 | 111011 | 111010 | 111110 |
Color Harmonies of #D6D465
Complementary color
Monochromatic Colors of #D6D465
Black with #D6D465
Text Example
Text Example
White with #D6D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D465; }
p { color: rgb(214,212,101); }
H1.HeaderClassName
{
color: #D6D465;
}
.AnyTagClassName
{
color: #D6D465;
}
</style>
background-color css
<style>
a { background-color: #D6D465; }
a { background-color: rgb(214,212,101); }
div.DivClassName
{
background-color: #D6D465;
}
.BgClassName
{
background-color: #D6D465;
}
</style>
border-color css
<style>
span { border-color: #D6D465; }
span { border-color: rgb(214,212,101); }
td.TdClassName
{
border-color: #D6D465;
}
.TagClassName
{
border-color: #D6D465;
}
</style>