Shades of Goldenrod #D4D568
Tints of Goldenrod #D4D568
RGB
CMYK
RGB Variations
Color information
#D4D568 (or 0xD4D568) is known color: Goldenrod. HEX triplet: D4, D5 and 68. RGB value is (212,213,104). Sum of RGB (Red+Green+Blue) = 212+213+104=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D568 is #2B2A97. Grayscale: #C8C8C8. Windows color (decimal): -2828952 or 6870484. OLE color: 6870484.
HSL color Cylindrical-coordinate representation of color #D4D568: hue angle of 60.55º 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 #D4D568 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 104 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.16 |
| HSL | 60.55º | 0.56% | 0.62% | - |
| HSV(B) | 60.55º | 0.51% | 0.84% | - |
| XYZ | 53.44 | 62.59 | 22.36 | - |
| YUV | 200.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 104 | 0.00 | 0 | 0.51 | 0.16 | 60.55 | 0.56 | 0.62 |
| Hex | D4 | D5 | 68 | 0 | 0 | 33 | 10 | 3D | 38 | 3E |
| Octal | 324 | 325 | 150 | 0 | 0 | 63 | 20 | 75 | 70 | 76 |
| Binary | 11010100 | 11010101 | 1101000 | 0 | 0 | 110011 | 10000 | 111101 | 111000 | 111110 |
Color Harmonies of #D4D568
Complementary color
Monochromatic Colors of #D4D568
Black with #D4D568
Text Example
Text Example
White with #D4D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D568; }
p { color: rgb(212,213,104); }
H1.HeaderClassName
{
color: #D4D568;
}
.AnyTagClassName
{
color: #D4D568;
}
</style>
background-color css
<style>
a { background-color: #D4D568; }
a { background-color: rgb(212,213,104); }
div.DivClassName
{
background-color: #D4D568;
}
.BgClassName
{
background-color: #D4D568;
}
</style>
border-color css
<style>
span { border-color: #D4D568; }
span { border-color: rgb(212,213,104); }
td.TdClassName
{
border-color: #D4D568;
}
.TagClassName
{
border-color: #D4D568;
}
</style>