Shades of Goldenrod #D4CD67
Tints of Goldenrod #D4CD67
RGB
CMYK
RGB Variations
Color information
#D4CD67 (or 0xD4CD67) is known color: Goldenrod. HEX triplet: D4, CD and 67. RGB value is (212,205,103). Sum of RGB (Red+Green+Blue) = 212+205+103=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD67 is #2B3298. Grayscale: #C3C3C3. Windows color (decimal): -2831001 or 6802900. OLE color: 6802900.
HSL color Cylindrical-coordinate representation of color #D4CD67: hue angle of 56.15º 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 #D4CD67 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 205 | 103 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.17 |
| HSL | 56.15º | 0.56% | 0.62% | - |
| HSV(B) | 56.15º | 0.51% | 0.83% | - |
| XYZ | 51.43 | 58.64 | 21.44 | - |
| YUV | 195.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 103 | 0 | 0.03 | 0.51 | 0.17 | 56.15 | 0.56 | 0.62 |
| Hex | D4 | CD | 67 | 0 | 3 | 33 | 11 | 38 | 38 | 3E |
| Octal | 324 | 315 | 147 | 0 | 3 | 63 | 21 | 70 | 70 | 76 |
| Binary | 11010100 | 11001101 | 1100111 | 0 | 11 | 110011 | 10001 | 111000 | 111000 | 111110 |
Color Harmonies of #D4CD67
Complementary color
Monochromatic Colors of #D4CD67
Black with #D4CD67
Text Example
Text Example
White with #D4CD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CD67; }
p { color: rgb(212,205,103); }
H1.HeaderClassName
{
color: #D4CD67;
}
.AnyTagClassName
{
color: #D4CD67;
}
</style>
background-color css
<style>
a { background-color: #D4CD67; }
a { background-color: rgb(212,205,103); }
div.DivClassName
{
background-color: #D4CD67;
}
.BgClassName
{
background-color: #D4CD67;
}
</style>
border-color css
<style>
span { border-color: #D4CD67; }
span { border-color: rgb(212,205,103); }
td.TdClassName
{
border-color: #D4CD67;
}
.TagClassName
{
border-color: #D4CD67;
}
</style>