Shades of Dark Goldenrod #CB7902
Tints of Dark Goldenrod #CB7902
RGB
CMYK
RGB Variations
Color information
#CB7902 (or 0xCB7902) is known color: Dark Goldenrod. HEX triplet: CB, 79 and 02. RGB value is (203,121,2). Sum of RGB (Red+Green+Blue) = 203+121+2=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7902 is #3486FD. Grayscale: #848484. Windows color (decimal): -3442430 or 162251. OLE color: 162251.
HSL color Cylindrical-coordinate representation of color #CB7902: hue angle of 35.52º degrees, saturation: 0.98, 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 #CB7902 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.20 |
| HSL | 35.52º | 0.98% | 0.4% | - |
| HSV(B) | 35.52º | 0.99% | 0.8% | - |
| XYZ | 31.48 | 26.38 | 3.49 | - |
| YUV | 131.95 | 54.67 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 2 | 0 | 0.40 | 0.99 | 0.20 | 35.52 | 0.98 | 0.4 |
| Hex | CB | 79 | 2 | 0 | 28 | 63 | 14 | 24 | 62 | 28 |
| Octal | 313 | 171 | 2 | 0 | 50 | 143 | 24 | 44 | 142 | 50 |
| Binary | 11001011 | 1111001 | 10 | 0 | 101000 | 1100011 | 10100 | 100100 | 1100010 | 101000 |
Color Harmonies of #CB7902
Complementary color
Monochromatic Colors of #CB7902
Black with #CB7902
Text Example
Text Example
White with #CB7902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7902; }
p { color: rgb(203,121,2); }
H1.HeaderClassName
{
color: #CB7902;
}
.AnyTagClassName
{
color: #CB7902;
}
</style>
background-color css
<style>
a { background-color: #CB7902; }
a { background-color: rgb(203,121,2); }
div.DivClassName
{
background-color: #CB7902;
}
.BgClassName
{
background-color: #CB7902;
}
</style>
border-color css
<style>
span { border-color: #CB7902; }
span { border-color: rgb(203,121,2); }
td.TdClassName
{
border-color: #CB7902;
}
.TagClassName
{
border-color: #CB7902;
}
</style>