Shades of Goldenrod #D4CE67
Tints of Goldenrod #D4CE67
RGB
CMYK
RGB Variations
Color information
#D4CE67 (or 0xD4CE67) is known color: Goldenrod. HEX triplet: D4, CE and 67. RGB value is (212,206,103). Sum of RGB (Red+Green+Blue) = 212+206+103=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE67 is #2B3198. Grayscale: #C4C4C4. Windows color (decimal): -2830745 or 6803156. OLE color: 6803156.
HSL color Cylindrical-coordinate representation of color #D4CE67: hue angle of 56.7º 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 #D4CE67 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 103 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.17 |
| HSL | 56.7º | 0.56% | 0.62% | - |
| HSV(B) | 56.7º | 0.51% | 0.83% | - |
| XYZ | 51.67 | 59.12 | 21.52 | - |
| YUV | 196.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 103 | 0 | 0.03 | 0.51 | 0.17 | 56.7 | 0.56 | 0.62 |
| Hex | D4 | CE | 67 | 0 | 3 | 33 | 11 | 39 | 38 | 3E |
| Octal | 324 | 316 | 147 | 0 | 3 | 63 | 21 | 71 | 70 | 76 |
| Binary | 11010100 | 11001110 | 1100111 | 0 | 11 | 110011 | 10001 | 111001 | 111000 | 111110 |
Color Harmonies of #D4CE67
Complementary color
Monochromatic Colors of #D4CE67
Black with #D4CE67
Text Example
Text Example
White with #D4CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE67; }
p { color: rgb(212,206,103); }
H1.HeaderClassName
{
color: #D4CE67;
}
.AnyTagClassName
{
color: #D4CE67;
}
</style>
background-color css
<style>
a { background-color: #D4CE67; }
a { background-color: rgb(212,206,103); }
div.DivClassName
{
background-color: #D4CE67;
}
.BgClassName
{
background-color: #D4CE67;
}
</style>
border-color css
<style>
span { border-color: #D4CE67; }
span { border-color: rgb(212,206,103); }
td.TdClassName
{
border-color: #D4CE67;
}
.TagClassName
{
border-color: #D4CE67;
}
</style>