Shades of Goldenrod #D2CC6D
Tints of Goldenrod #D2CC6D
RGB
CMYK
RGB Variations
Color information
#D2CC6D (or 0xD2CC6D) is known color: Goldenrod. HEX triplet: D2, CC and 6D. RGB value is (210,204,109). Sum of RGB (Red+Green+Blue) = 210+204+109=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC6D is #2D3392. Grayscale: #C3C3C3. Windows color (decimal): -2962323 or 7195858. OLE color: 7195858.
HSL color Cylindrical-coordinate representation of color #D2CC6D: hue angle of 56.44º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2CC6D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 109 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.18 |
| HSL | 56.44º | 0.53% | 0.63% | - |
| HSV(B) | 56.44º | 0.48% | 0.82% | - |
| XYZ | 50.93 | 57.99 | 22.98 | - |
| YUV | 194.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 109 | 0 | 0.03 | 0.48 | 0.18 | 56.44 | 0.53 | 0.63 |
| Hex | D2 | CC | 6D | 0 | 3 | 30 | 12 | 38 | 35 | 3F |
| Octal | 322 | 314 | 155 | 0 | 3 | 60 | 22 | 70 | 65 | 77 |
| Binary | 11010010 | 11001100 | 1101101 | 0 | 11 | 110000 | 10010 | 111000 | 110101 | 111111 |
Color Harmonies of #D2CC6D
Complementary color
Monochromatic Colors of #D2CC6D
Black with #D2CC6D
Text Example
Text Example
White with #D2CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC6D; }
p { color: rgb(210,204,109); }
H1.HeaderClassName
{
color: #D2CC6D;
}
.AnyTagClassName
{
color: #D2CC6D;
}
</style>
background-color css
<style>
a { background-color: #D2CC6D; }
a { background-color: rgb(210,204,109); }
div.DivClassName
{
background-color: #D2CC6D;
}
.BgClassName
{
background-color: #D2CC6D;
}
</style>
border-color css
<style>
span { border-color: #D2CC6D; }
span { border-color: rgb(210,204,109); }
td.TdClassName
{
border-color: #D2CC6D;
}
.TagClassName
{
border-color: #D2CC6D;
}
</style>