Shades of Dark Goldenrod #CB7C02
Tints of Dark Goldenrod #CB7C02
RGB
CMYK
RGB Variations
Color information
#CB7C02 (or 0xCB7C02) is known color: Dark Goldenrod. HEX triplet: CB, 7C and 02. RGB value is (203,124,2). Sum of RGB (Red+Green+Blue) = 203+124+2=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C02 is #3483FD. Grayscale: #868686. Windows color (decimal): -3441662 or 163019. OLE color: 163019.
HSL color Cylindrical-coordinate representation of color #CB7C02: hue angle of 36.42º 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 #CB7C02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.20 |
| HSL | 36.42º | 0.98% | 0.4% | - |
| HSV(B) | 36.42º | 0.99% | 0.8% | - |
| XYZ | 31.85 | 27.12 | 3.61 | - |
| YUV | 133.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 2 | 0 | 0.39 | 0.99 | 0.20 | 36.42 | 0.98 | 0.4 |
| Hex | CB | 7C | 2 | 0 | 27 | 63 | 14 | 24 | 62 | 28 |
| Octal | 313 | 174 | 2 | 0 | 47 | 143 | 24 | 44 | 142 | 50 |
| Binary | 11001011 | 1111100 | 10 | 0 | 100111 | 1100011 | 10100 | 100100 | 1100010 | 101000 |
Color Harmonies of #CB7C02
Complementary color
Monochromatic Colors of #CB7C02
Black with #CB7C02
Text Example
Text Example
White with #CB7C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C02; }
p { color: rgb(203,124,2); }
H1.HeaderClassName
{
color: #CB7C02;
}
.AnyTagClassName
{
color: #CB7C02;
}
</style>
background-color css
<style>
a { background-color: #CB7C02; }
a { background-color: rgb(203,124,2); }
div.DivClassName
{
background-color: #CB7C02;
}
.BgClassName
{
background-color: #CB7C02;
}
</style>
border-color css
<style>
span { border-color: #CB7C02; }
span { border-color: rgb(203,124,2); }
td.TdClassName
{
border-color: #CB7C02;
}
.TagClassName
{
border-color: #CB7C02;
}
</style>