Shades of Dark Goldenrod #CB7803
Tints of Dark Goldenrod #CB7803
RGB
CMYK
RGB Variations
Color information
#CB7803 (or 0xCB7803) is known color: Dark Goldenrod. HEX triplet: CB, 78 and 03. RGB value is (203,120,3). Sum of RGB (Red+Green+Blue) = 203+120+3=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7803 is #3487FC. Grayscale: #848484. Windows color (decimal): -3442685 or 227531. OLE color: 227531.
HSL color Cylindrical-coordinate representation of color #CB7803: hue angle of 35.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB7803 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.20 |
| HSL | 35.1º | 0.97% | 0.4% | - |
| HSV(B) | 35.1º | 0.99% | 0.8% | - |
| XYZ | 31.36 | 26.14 | 3.48 | - |
| YUV | 131.48 | 55.5 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 3 | 0 | 0.41 | 0.99 | 0.20 | 35.1 | 0.97 | 0.4 |
| Hex | CB | 78 | 3 | 0 | 29 | 63 | 14 | 23 | 61 | 28 |
| Octal | 313 | 170 | 3 | 0 | 51 | 143 | 24 | 43 | 141 | 50 |
| Binary | 11001011 | 1111000 | 11 | 0 | 101001 | 1100011 | 10100 | 100011 | 1100001 | 101000 |
Color Harmonies of #CB7803
Complementary color
Monochromatic Colors of #CB7803
Black with #CB7803
Text Example
Text Example
White with #CB7803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7803; }
p { color: rgb(203,120,3); }
H1.HeaderClassName
{
color: #CB7803;
}
.AnyTagClassName
{
color: #CB7803;
}
</style>
background-color css
<style>
a { background-color: #CB7803; }
a { background-color: rgb(203,120,3); }
div.DivClassName
{
background-color: #CB7803;
}
.BgClassName
{
background-color: #CB7803;
}
</style>
border-color css
<style>
span { border-color: #CB7803; }
span { border-color: rgb(203,120,3); }
td.TdClassName
{
border-color: #CB7803;
}
.TagClassName
{
border-color: #CB7803;
}
</style>