Shades of Goldenrod #D4D56A
Tints of Goldenrod #D4D56A
RGB
CMYK
RGB Variations
Color information
#D4D56A (or 0xD4D56A) is known color: Goldenrod. HEX triplet: D4, D5 and 6A. RGB value is (212,213,106). Sum of RGB (Red+Green+Blue) = 212+213+106=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D56A is #2B2A95. Grayscale: #C8C8C8. Windows color (decimal): -2828950 or 7001556. OLE color: 7001556.
HSL color Cylindrical-coordinate representation of color #D4D56A: hue angle of 60.56º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D56A is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 106 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.16 |
| HSL | 60.56º | 0.56% | 0.63% | - |
| HSV(B) | 60.56º | 0.5% | 0.84% | - |
| XYZ | 53.55 | 62.63 | 22.9 | - |
| YUV | 200.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 106 | 0.00 | 0 | 0.50 | 0.16 | 60.56 | 0.56 | 0.63 |
| Hex | D4 | D5 | 6A | 0 | 0 | 32 | 10 | 3D | 38 | 3F |
| Octal | 324 | 325 | 152 | 0 | 0 | 62 | 20 | 75 | 70 | 77 |
| Binary | 11010100 | 11010101 | 1101010 | 0 | 0 | 110010 | 10000 | 111101 | 111000 | 111111 |
Color Harmonies of #D4D56A
Complementary color
Monochromatic Colors of #D4D56A
Black with #D4D56A
Text Example
Text Example
White with #D4D56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D56A; }
p { color: rgb(212,213,106); }
H1.HeaderClassName
{
color: #D4D56A;
}
.AnyTagClassName
{
color: #D4D56A;
}
</style>
background-color css
<style>
a { background-color: #D4D56A; }
a { background-color: rgb(212,213,106); }
div.DivClassName
{
background-color: #D4D56A;
}
.BgClassName
{
background-color: #D4D56A;
}
</style>
border-color css
<style>
span { border-color: #D4D56A; }
span { border-color: rgb(212,213,106); }
td.TdClassName
{
border-color: #D4D56A;
}
.TagClassName
{
border-color: #D4D56A;
}
</style>