Shades of Dark Goldenrod #CB7B08
Tints of Dark Goldenrod #CB7B08
RGB
CMYK
RGB Variations
Color information
#CB7B08 (or 0xCB7B08) is known color: Dark Goldenrod. HEX triplet: CB, 7B and 08. RGB value is (203,123,8). Sum of RGB (Red+Green+Blue) = 203+123+8=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B08 is #3484F7. Grayscale: #868686. Windows color (decimal): -3441912 or 555979. OLE color: 555979.
HSL color Cylindrical-coordinate representation of color #CB7B08: hue angle of 35.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB7B08 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.20 |
| HSL | 35.38º | 0.92% | 0.41% | - |
| HSV(B) | 35.38º | 0.96% | 0.8% | - |
| XYZ | 31.76 | 26.88 | 3.74 | - |
| YUV | 133.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 8 | 0 | 0.39 | 0.96 | 0.20 | 35.38 | 0.92 | 0.41 |
| Hex | CB | 7B | 8 | 0 | 27 | 60 | 14 | 23 | 5C | 29 |
| Octal | 313 | 173 | 10 | 0 | 47 | 140 | 24 | 43 | 134 | 51 |
| Binary | 11001011 | 1111011 | 1000 | 0 | 100111 | 1100000 | 10100 | 100011 | 1011100 | 101001 |
Color Harmonies of #CB7B08
Complementary color
Monochromatic Colors of #CB7B08
Black with #CB7B08
Text Example
Text Example
White with #CB7B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B08; }
p { color: rgb(203,123,8); }
H1.HeaderClassName
{
color: #CB7B08;
}
.AnyTagClassName
{
color: #CB7B08;
}
</style>
background-color css
<style>
a { background-color: #CB7B08; }
a { background-color: rgb(203,123,8); }
div.DivClassName
{
background-color: #CB7B08;
}
.BgClassName
{
background-color: #CB7B08;
}
</style>
border-color css
<style>
span { border-color: #CB7B08; }
span { border-color: rgb(203,123,8); }
td.TdClassName
{
border-color: #CB7B08;
}
.TagClassName
{
border-color: #CB7B08;
}
</style>