Shades of Dark Goldenrod #CB7903
Tints of Dark Goldenrod #CB7903
RGB
CMYK
RGB Variations
Color information
#CB7903 (or 0xCB7903) is known color: Dark Goldenrod. HEX triplet: CB, 79 and 03. RGB value is (203,121,3). Sum of RGB (Red+Green+Blue) = 203+121+3=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7903 is #3486FC. Grayscale: #848484. Windows color (decimal): -3442429 or 227787. OLE color: 227787.
HSL color Cylindrical-coordinate representation of color #CB7903: hue angle of 35.4º 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 #CB7903 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.20 |
| HSL | 35.4º | 0.97% | 0.4% | - |
| HSV(B) | 35.4º | 0.99% | 0.8% | - |
| XYZ | 31.48 | 26.38 | 3.52 | - |
| YUV | 132.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 3 | 0 | 0.40 | 0.99 | 0.20 | 35.4 | 0.97 | 0.4 |
| Hex | CB | 79 | 3 | 0 | 28 | 63 | 14 | 23 | 61 | 28 |
| Octal | 313 | 171 | 3 | 0 | 50 | 143 | 24 | 43 | 141 | 50 |
| Binary | 11001011 | 1111001 | 11 | 0 | 101000 | 1100011 | 10100 | 100011 | 1100001 | 101000 |
Color Harmonies of #CB7903
Complementary color
Monochromatic Colors of #CB7903
Black with #CB7903
Text Example
Text Example
White with #CB7903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7903; }
p { color: rgb(203,121,3); }
H1.HeaderClassName
{
color: #CB7903;
}
.AnyTagClassName
{
color: #CB7903;
}
</style>
background-color css
<style>
a { background-color: #CB7903; }
a { background-color: rgb(203,121,3); }
div.DivClassName
{
background-color: #CB7903;
}
.BgClassName
{
background-color: #CB7903;
}
</style>
border-color css
<style>
span { border-color: #CB7903; }
span { border-color: rgb(203,121,3); }
td.TdClassName
{
border-color: #CB7903;
}
.TagClassName
{
border-color: #CB7903;
}
</style>