Shades of Dark Goldenrod #CC9206
Tints of Dark Goldenrod #CC9206
RGB
CMYK
RGB Variations
Color information
#CC9206 (or 0xCC9206) is known color: Dark Goldenrod. HEX triplet: CC, 92 and 06. RGB value is (204,146,6). Sum of RGB (Red+Green+Blue) = 204+146+6=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9206 is #336DF9. Grayscale: #949494. Windows color (decimal): -3370490 or 430796. OLE color: 430796.
HSL color Cylindrical-coordinate representation of color #CC9206: hue angle of 42.42º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC9206 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.2 |
| HSL | 42.42º | 0.94% | 0.41% | - |
| HSV(B) | 42.42º | 0.97% | 0.8% | - |
| XYZ | 35.21 | 33.41 | 4.76 | - |
| YUV | 147.38 | 48.22 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 6 | 0 | 0.28 | 0.97 | 0.2 | 42.42 | 0.94 | 0.41 |
| Hex | CC | 92 | 6 | 0 | 1C | 61 | 14 | 2A | 5E | 29 |
| Octal | 314 | 222 | 6 | 0 | 34 | 141 | 24 | 52 | 136 | 51 |
| Binary | 11001100 | 10010010 | 110 | 0 | 11100 | 1100001 | 10100 | 101010 | 1011110 | 101001 |
Color Harmonies of #CC9206
Complementary color
Monochromatic Colors of #CC9206
Black with #CC9206
Text Example
Text Example
White with #CC9206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9206; }
p { color: rgb(204,146,6); }
H1.HeaderClassName
{
color: #CC9206;
}
.AnyTagClassName
{
color: #CC9206;
}
</style>
background-color css
<style>
a { background-color: #CC9206; }
a { background-color: rgb(204,146,6); }
div.DivClassName
{
background-color: #CC9206;
}
.BgClassName
{
background-color: #CC9206;
}
</style>
border-color css
<style>
span { border-color: #CC9206; }
span { border-color: rgb(204,146,6); }
td.TdClassName
{
border-color: #CC9206;
}
.TagClassName
{
border-color: #CC9206;
}
</style>