Shades of Goldenrod #D5CC67
Tints of Goldenrod #D5CC67
RGB
CMYK
RGB Variations
Color information
#D5CC67 (or 0xD5CC67) is known color: Goldenrod. HEX triplet: D5, CC and 67. RGB value is (213,204,103). Sum of RGB (Red+Green+Blue) = 213+204+103=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC67 is #2A3398. Grayscale: #C3C3C3. Windows color (decimal): -2765721 or 6802645. OLE color: 6802645.
HSL color Cylindrical-coordinate representation of color #D5CC67: hue angle of 55.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5CC67 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 103 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.16 |
| HSL | 55.09º | 0.57% | 0.62% | - |
| HSV(B) | 55.09º | 0.52% | 0.84% | - |
| XYZ | 51.48 | 58.31 | 21.37 | - |
| YUV | 195.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 103 | 0 | 0.04 | 0.52 | 0.16 | 55.09 | 0.57 | 0.62 |
| Hex | D5 | CC | 67 | 0 | 4 | 34 | 10 | 37 | 39 | 3E |
| Octal | 325 | 314 | 147 | 0 | 4 | 64 | 20 | 67 | 71 | 76 |
| Binary | 11010101 | 11001100 | 1100111 | 0 | 100 | 110100 | 10000 | 110111 | 111001 | 111110 |
Color Harmonies of #D5CC67
Complementary color
Monochromatic Colors of #D5CC67
Black with #D5CC67
Text Example
Text Example
White with #D5CC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC67; }
p { color: rgb(213,204,103); }
H1.HeaderClassName
{
color: #D5CC67;
}
.AnyTagClassName
{
color: #D5CC67;
}
</style>
background-color css
<style>
a { background-color: #D5CC67; }
a { background-color: rgb(213,204,103); }
div.DivClassName
{
background-color: #D5CC67;
}
.BgClassName
{
background-color: #D5CC67;
}
</style>
border-color css
<style>
span { border-color: #D5CC67; }
span { border-color: rgb(213,204,103); }
td.TdClassName
{
border-color: #D5CC67;
}
.TagClassName
{
border-color: #D5CC67;
}
</style>