Shades of Goldenrod #D5D469
Tints of Goldenrod #D5D469
RGB
CMYK
RGB Variations
Color information
#D5D469 (or 0xD5D469) is known color: Goldenrod. HEX triplet: D5, D4 and 69. RGB value is (213,212,105). Sum of RGB (Red+Green+Blue) = 213+212+105=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D469 is #2A2B96. Grayscale: #C8C8C8. Windows color (decimal): -2763671 or 6935765. OLE color: 6935765.
HSL color Cylindrical-coordinate representation of color #D5D469: hue angle of 59.44º degrees, saturation: 0.56, 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 #D5D469 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 105 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.16 |
| HSL | 59.44º | 0.56% | 0.62% | - |
| HSV(B) | 59.44º | 0.51% | 0.84% | - |
| XYZ | 53.53 | 62.25 | 22.56 | - |
| YUV | 200.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 105 | 0 | 0.00 | 0.51 | 0.16 | 59.44 | 0.56 | 0.62 |
| Hex | D5 | D4 | 69 | 0 | 0 | 33 | 10 | 3B | 38 | 3E |
| Octal | 325 | 324 | 151 | 0 | 0 | 63 | 20 | 73 | 70 | 76 |
| Binary | 11010101 | 11010100 | 1101001 | 0 | 0 | 110011 | 10000 | 111011 | 111000 | 111110 |
Color Harmonies of #D5D469
Complementary color
Monochromatic Colors of #D5D469
Black with #D5D469
Text Example
Text Example
White with #D5D469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D469; }
p { color: rgb(213,212,105); }
H1.HeaderClassName
{
color: #D5D469;
}
.AnyTagClassName
{
color: #D5D469;
}
</style>
background-color css
<style>
a { background-color: #D5D469; }
a { background-color: rgb(213,212,105); }
div.DivClassName
{
background-color: #D5D469;
}
.BgClassName
{
background-color: #D5D469;
}
</style>
border-color css
<style>
span { border-color: #D5D469; }
span { border-color: rgb(213,212,105); }
td.TdClassName
{
border-color: #D5D469;
}
.TagClassName
{
border-color: #D5D469;
}
</style>