Shades of Dark Goldenrod #CC7B09
Tints of Dark Goldenrod #CC7B09
RGB
CMYK
RGB Variations
Color information
#CC7B09 (or 0xCC7B09) is known color: Dark Goldenrod. HEX triplet: CC, 7B and 09. RGB value is (204,123,9). Sum of RGB (Red+Green+Blue) = 204+123+9=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B09 is #3384F6. Grayscale: #868686. Windows color (decimal): -3376375 or 621516. OLE color: 621516.
HSL color Cylindrical-coordinate representation of color #CC7B09: hue angle of 35.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC7B09 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.2 |
| HSL | 35.08º | 0.92% | 0.42% | - |
| HSV(B) | 35.08º | 0.96% | 0.8% | - |
| XYZ | 32.03 | 27.02 | 3.79 | - |
| YUV | 134.22 | 57.34 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 9 | 0 | 0.40 | 0.96 | 0.2 | 35.08 | 0.92 | 0.42 |
| Hex | CC | 7B | 9 | 0 | 28 | 60 | 14 | 23 | 5C | 2A |
| Octal | 314 | 173 | 11 | 0 | 50 | 140 | 24 | 43 | 134 | 52 |
| Binary | 11001100 | 1111011 | 1001 | 0 | 101000 | 1100000 | 10100 | 100011 | 1011100 | 101010 |
Color Harmonies of #CC7B09
Complementary color
Monochromatic Colors of #CC7B09
Black with #CC7B09
Text Example
Text Example
White with #CC7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B09; }
p { color: rgb(204,123,9); }
H1.HeaderClassName
{
color: #CC7B09;
}
.AnyTagClassName
{
color: #CC7B09;
}
</style>
background-color css
<style>
a { background-color: #CC7B09; }
a { background-color: rgb(204,123,9); }
div.DivClassName
{
background-color: #CC7B09;
}
.BgClassName
{
background-color: #CC7B09;
}
</style>
border-color css
<style>
span { border-color: #CC7B09; }
span { border-color: rgb(204,123,9); }
td.TdClassName
{
border-color: #CC7B09;
}
.TagClassName
{
border-color: #CC7B09;
}
</style>