Shades of Goldenrod #D4D369
Tints of Goldenrod #D4D369
RGB
CMYK
RGB Variations
Color information
#D4D369 (or 0xD4D369) is known color: Goldenrod. HEX triplet: D4, D3 and 69. RGB value is (212,211,105). Sum of RGB (Red+Green+Blue) = 212+211+105=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D369 is #2B2C96. Grayscale: #C7C7C7. Windows color (decimal): -2829463 or 6935508. OLE color: 6935508.
HSL color Cylindrical-coordinate representation of color #D4D369: hue angle of 59.44º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D369 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 105 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.17 |
| HSL | 59.44º | 0.55% | 0.62% | - |
| HSV(B) | 59.44º | 0.5% | 0.83% | - |
| XYZ | 53 | 61.61 | 22.46 | - |
| YUV | 199.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 105 | 0 | 0.00 | 0.50 | 0.17 | 59.44 | 0.55 | 0.62 |
| Hex | D4 | D3 | 69 | 0 | 0 | 32 | 11 | 3B | 37 | 3E |
| Octal | 324 | 323 | 151 | 0 | 0 | 62 | 21 | 73 | 67 | 76 |
| Binary | 11010100 | 11010011 | 1101001 | 0 | 0 | 110010 | 10001 | 111011 | 110111 | 111110 |
Color Harmonies of #D4D369
Complementary color
Monochromatic Colors of #D4D369
Black with #D4D369
Text Example
Text Example
White with #D4D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D369; }
p { color: rgb(212,211,105); }
H1.HeaderClassName
{
color: #D4D369;
}
.AnyTagClassName
{
color: #D4D369;
}
</style>
background-color css
<style>
a { background-color: #D4D369; }
a { background-color: rgb(212,211,105); }
div.DivClassName
{
background-color: #D4D369;
}
.BgClassName
{
background-color: #D4D369;
}
</style>
border-color css
<style>
span { border-color: #D4D369; }
span { border-color: rgb(212,211,105); }
td.TdClassName
{
border-color: #D4D369;
}
.TagClassName
{
border-color: #D4D369;
}
</style>