Shades of Goldenrod #D4CF6B
Tints of Goldenrod #D4CF6B
RGB
CMYK
RGB Variations
Color information
#D4CF6B (or 0xD4CF6B) is known color: Goldenrod. HEX triplet: D4, CF and 6B. RGB value is (212,207,107). Sum of RGB (Red+Green+Blue) = 212+207+107=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF6B is #2B3094. Grayscale: #C5C5C5. Windows color (decimal): -2830485 or 7065556. OLE color: 7065556.
HSL color Cylindrical-coordinate representation of color #D4CF6B: hue angle of 57.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4CF6B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 107 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.17 |
| HSL | 57.14º | 0.55% | 0.63% | - |
| HSV(B) | 57.14º | 0.5% | 0.83% | - |
| XYZ | 52.12 | 59.68 | 22.68 | - |
| YUV | 197.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 107 | 0 | 0.02 | 0.50 | 0.17 | 57.14 | 0.55 | 0.63 |
| Hex | D4 | CF | 6B | 0 | 2 | 32 | 11 | 39 | 37 | 3F |
| Octal | 324 | 317 | 153 | 0 | 2 | 62 | 21 | 71 | 67 | 77 |
| Binary | 11010100 | 11001111 | 1101011 | 0 | 10 | 110010 | 10001 | 111001 | 110111 | 111111 |
Color Harmonies of #D4CF6B
Complementary color
Monochromatic Colors of #D4CF6B
Black with #D4CF6B
Text Example
Text Example
White with #D4CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF6B; }
p { color: rgb(212,207,107); }
H1.HeaderClassName
{
color: #D4CF6B;
}
.AnyTagClassName
{
color: #D4CF6B;
}
</style>
background-color css
<style>
a { background-color: #D4CF6B; }
a { background-color: rgb(212,207,107); }
div.DivClassName
{
background-color: #D4CF6B;
}
.BgClassName
{
background-color: #D4CF6B;
}
</style>
border-color css
<style>
span { border-color: #D4CF6B; }
span { border-color: rgb(212,207,107); }
td.TdClassName
{
border-color: #D4CF6B;
}
.TagClassName
{
border-color: #D4CF6B;
}
</style>