Shades of Goldenrod #D4D669
Tints of Goldenrod #D4D669
RGB
CMYK
RGB Variations
Color information
#D4D669 (or 0xD4D669) is known color: Goldenrod. HEX triplet: D4, D6 and 69. RGB value is (212,214,105). Sum of RGB (Red+Green+Blue) = 212+214+105=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D669 is #2B2996. Grayscale: #C9C9C9. Windows color (decimal): -2828695 or 6936276. OLE color: 6936276.
HSL color Cylindrical-coordinate representation of color #D4D669: hue angle of 61.1º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4D669 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 105 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.16 |
| HSL | 61.1º | 0.57% | 0.63% | - |
| HSV(B) | 61.1º | 0.51% | 0.84% | - |
| XYZ | 53.75 | 63.11 | 22.71 | - |
| YUV | 200.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 105 | 0.01 | 0 | 0.51 | 0.16 | 61.1 | 0.57 | 0.63 |
| Hex | D4 | D6 | 69 | 1 | 0 | 33 | 10 | 3D | 39 | 3F |
| Octal | 324 | 326 | 151 | 1 | 0 | 63 | 20 | 75 | 71 | 77 |
| Binary | 11010100 | 11010110 | 1101001 | 1 | 0 | 110011 | 10000 | 111101 | 111001 | 111111 |
Color Harmonies of #D4D669
Complementary color
Monochromatic Colors of #D4D669
Black with #D4D669
Text Example
Text Example
White with #D4D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D669; }
p { color: rgb(212,214,105); }
H1.HeaderClassName
{
color: #D4D669;
}
.AnyTagClassName
{
color: #D4D669;
}
</style>
background-color css
<style>
a { background-color: #D4D669; }
a { background-color: rgb(212,214,105); }
div.DivClassName
{
background-color: #D4D669;
}
.BgClassName
{
background-color: #D4D669;
}
</style>
border-color css
<style>
span { border-color: #D4D669; }
span { border-color: rgb(212,214,105); }
td.TdClassName
{
border-color: #D4D669;
}
.TagClassName
{
border-color: #D4D669;
}
</style>