Shades of Goldenrod #D4CB67
Tints of Goldenrod #D4CB67
RGB
CMYK
RGB Variations
Color information
#D4CB67 (or 0xD4CB67) is known color: Goldenrod. HEX triplet: D4, CB and 67. RGB value is (212,203,103). Sum of RGB (Red+Green+Blue) = 212+203+103=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB67 is #2B3498. Grayscale: #C2C2C2. Windows color (decimal): -2831513 or 6802388. OLE color: 6802388.
HSL color Cylindrical-coordinate representation of color #D4CB67: hue angle of 55.05º 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 #D4CB67 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 103 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.17 |
| HSL | 55.05º | 0.56% | 0.62% | - |
| HSV(B) | 55.05º | 0.51% | 0.83% | - |
| XYZ | 50.96 | 57.69 | 21.28 | - |
| YUV | 194.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 103 | 0 | 0.04 | 0.51 | 0.17 | 55.05 | 0.56 | 0.62 |
| Hex | D4 | CB | 67 | 0 | 4 | 33 | 11 | 37 | 38 | 3E |
| Octal | 324 | 313 | 147 | 0 | 4 | 63 | 21 | 67 | 70 | 76 |
| Binary | 11010100 | 11001011 | 1100111 | 0 | 100 | 110011 | 10001 | 110111 | 111000 | 111110 |
Color Harmonies of #D4CB67
Complementary color
Monochromatic Colors of #D4CB67
Black with #D4CB67
Text Example
Text Example
White with #D4CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB67; }
p { color: rgb(212,203,103); }
H1.HeaderClassName
{
color: #D4CB67;
}
.AnyTagClassName
{
color: #D4CB67;
}
</style>
background-color css
<style>
a { background-color: #D4CB67; }
a { background-color: rgb(212,203,103); }
div.DivClassName
{
background-color: #D4CB67;
}
.BgClassName
{
background-color: #D4CB67;
}
</style>
border-color css
<style>
span { border-color: #D4CB67; }
span { border-color: rgb(212,203,103); }
td.TdClassName
{
border-color: #D4CB67;
}
.TagClassName
{
border-color: #D4CB67;
}
</style>