Shades of Goldenrod #D2CC67
Tints of Goldenrod #D2CC67
RGB
CMYK
RGB Variations
Color information
#D2CC67 (or 0xD2CC67) is known color: Goldenrod. HEX triplet: D2, CC and 67. RGB value is (210,204,103). Sum of RGB (Red+Green+Blue) = 210+204+103=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC67 is #2D3398. Grayscale: #C2C2C2. Windows color (decimal): -2962329 or 6802642. OLE color: 6802642.
HSL color Cylindrical-coordinate representation of color #D2CC67: hue angle of 56.64º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2CC67 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 103 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.18 |
| HSL | 56.64º | 0.54% | 0.61% | - |
| HSV(B) | 56.64º | 0.51% | 0.82% | - |
| XYZ | 50.62 | 57.87 | 21.33 | - |
| YUV | 194.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 103 | 0 | 0.03 | 0.51 | 0.18 | 56.64 | 0.54 | 0.61 |
| Hex | D2 | CC | 67 | 0 | 3 | 33 | 12 | 39 | 36 | 3D |
| Octal | 322 | 314 | 147 | 0 | 3 | 63 | 22 | 71 | 66 | 75 |
| Binary | 11010010 | 11001100 | 1100111 | 0 | 11 | 110011 | 10010 | 111001 | 110110 | 111101 |
Color Harmonies of #D2CC67
Complementary color
Monochromatic Colors of #D2CC67
Black with #D2CC67
Text Example
Text Example
White with #D2CC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC67; }
p { color: rgb(210,204,103); }
H1.HeaderClassName
{
color: #D2CC67;
}
.AnyTagClassName
{
color: #D2CC67;
}
</style>
background-color css
<style>
a { background-color: #D2CC67; }
a { background-color: rgb(210,204,103); }
div.DivClassName
{
background-color: #D2CC67;
}
.BgClassName
{
background-color: #D2CC67;
}
</style>
border-color css
<style>
span { border-color: #D2CC67; }
span { border-color: rgb(210,204,103); }
td.TdClassName
{
border-color: #D2CC67;
}
.TagClassName
{
border-color: #D2CC67;
}
</style>