Shades of Goldenrod #D4CF67
Tints of Goldenrod #D4CF67
RGB
CMYK
RGB Variations
Color information
#D4CF67 (or 0xD4CF67) is known color: Goldenrod. HEX triplet: D4, CF and 67. RGB value is (212,207,103). Sum of RGB (Red+Green+Blue) = 212+207+103=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF67 is #2B3098. Grayscale: #C5C5C5. Windows color (decimal): -2830489 or 6803412. OLE color: 6803412.
HSL color Cylindrical-coordinate representation of color #D4CF67: hue angle of 57.25º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4CF67 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 103 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.17 |
| HSL | 57.25º | 0.56% | 0.62% | - |
| HSV(B) | 57.25º | 0.51% | 0.83% | - |
| XYZ | 51.91 | 59.6 | 21.6 | - |
| YUV | 196.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 103 | 0 | 0.02 | 0.51 | 0.17 | 57.25 | 0.56 | 0.62 |
| Hex | D4 | CF | 67 | 0 | 2 | 33 | 11 | 39 | 38 | 3E |
| Octal | 324 | 317 | 147 | 0 | 2 | 63 | 21 | 71 | 70 | 76 |
| Binary | 11010100 | 11001111 | 1100111 | 0 | 10 | 110011 | 10001 | 111001 | 111000 | 111110 |
Color Harmonies of #D4CF67
Complementary color
Monochromatic Colors of #D4CF67
Black with #D4CF67
Text Example
Text Example
White with #D4CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF67; }
p { color: rgb(212,207,103); }
H1.HeaderClassName
{
color: #D4CF67;
}
.AnyTagClassName
{
color: #D4CF67;
}
</style>
background-color css
<style>
a { background-color: #D4CF67; }
a { background-color: rgb(212,207,103); }
div.DivClassName
{
background-color: #D4CF67;
}
.BgClassName
{
background-color: #D4CF67;
}
</style>
border-color css
<style>
span { border-color: #D4CF67; }
span { border-color: rgb(212,207,103); }
td.TdClassName
{
border-color: #D4CF67;
}
.TagClassName
{
border-color: #D4CF67;
}
</style>