Shades of Goldenrod #D4D567
Tints of Goldenrod #D4D567
RGB
CMYK
RGB Variations
Color information
#D4D567 (or 0xD4D567) is known color: Goldenrod. HEX triplet: D4, D5 and 67. RGB value is (212,213,103). Sum of RGB (Red+Green+Blue) = 212+213+103=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D567 is #2B2A98. Grayscale: #C8C8C8. Windows color (decimal): -2828953 or 6804948. OLE color: 6804948.
HSL color Cylindrical-coordinate representation of color #D4D567: hue angle of 60.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4D567 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 103 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.16 |
| HSL | 60.55º | 0.57% | 0.62% | - |
| HSV(B) | 60.55º | 0.52% | 0.84% | - |
| XYZ | 53.39 | 62.56 | 22.09 | - |
| YUV | 200.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 103 | 0.00 | 0 | 0.52 | 0.16 | 60.55 | 0.57 | 0.62 |
| Hex | D4 | D5 | 67 | 0 | 0 | 34 | 10 | 3D | 39 | 3E |
| Octal | 324 | 325 | 147 | 0 | 0 | 64 | 20 | 75 | 71 | 76 |
| Binary | 11010100 | 11010101 | 1100111 | 0 | 0 | 110100 | 10000 | 111101 | 111001 | 111110 |
Color Harmonies of #D4D567
Complementary color
Monochromatic Colors of #D4D567
Black with #D4D567
Text Example
Text Example
White with #D4D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D567; }
p { color: rgb(212,213,103); }
H1.HeaderClassName
{
color: #D4D567;
}
.AnyTagClassName
{
color: #D4D567;
}
</style>
background-color css
<style>
a { background-color: #D4D567; }
a { background-color: rgb(212,213,103); }
div.DivClassName
{
background-color: #D4D567;
}
.BgClassName
{
background-color: #D4D567;
}
</style>
border-color css
<style>
span { border-color: #D4D567; }
span { border-color: rgb(212,213,103); }
td.TdClassName
{
border-color: #D4D567;
}
.TagClassName
{
border-color: #D4D567;
}
</style>