Shades of Dark Goldenrod #CB7F09
Tints of Dark Goldenrod #CB7F09
RGB
CMYK
RGB Variations
Color information
#CB7F09 (or 0xCB7F09) is known color: Dark Goldenrod. HEX triplet: CB, 7F and 09. RGB value is (203,127,9). Sum of RGB (Red+Green+Blue) = 203+127+9=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F09 is #3480F6. Grayscale: #888888. Windows color (decimal): -3440887 or 622539. OLE color: 622539.
HSL color Cylindrical-coordinate representation of color #CB7F09: hue angle of 36.49º 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 #CB7F09 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.20 |
| HSL | 36.49º | 0.92% | 0.42% | - |
| HSV(B) | 36.49º | 0.96% | 0.8% | - |
| XYZ | 32.27 | 27.89 | 3.94 | - |
| YUV | 136.27 | 56.18 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 9 | 0 | 0.37 | 0.96 | 0.20 | 36.49 | 0.92 | 0.42 |
| Hex | CB | 7F | 9 | 0 | 25 | 60 | 14 | 24 | 5C | 2A |
| Octal | 313 | 177 | 11 | 0 | 45 | 140 | 24 | 44 | 134 | 52 |
| Binary | 11001011 | 1111111 | 1001 | 0 | 100101 | 1100000 | 10100 | 100100 | 1011100 | 101010 |
Color Harmonies of #CB7F09
Complementary color
Monochromatic Colors of #CB7F09
Black with #CB7F09
Text Example
Text Example
White with #CB7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F09; }
p { color: rgb(203,127,9); }
H1.HeaderClassName
{
color: #CB7F09;
}
.AnyTagClassName
{
color: #CB7F09;
}
</style>
background-color css
<style>
a { background-color: #CB7F09; }
a { background-color: rgb(203,127,9); }
div.DivClassName
{
background-color: #CB7F09;
}
.BgClassName
{
background-color: #CB7F09;
}
</style>
border-color css
<style>
span { border-color: #CB7F09; }
span { border-color: rgb(203,127,9); }
td.TdClassName
{
border-color: #CB7F09;
}
.TagClassName
{
border-color: #CB7F09;
}
</style>