Shades of Dark Goldenrod #CB8C08
Tints of Dark Goldenrod #CB8C08
RGB
CMYK
RGB Variations
Color information
#CB8C08 (or 0xCB8C08) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 08. RGB value is (203,140,8). Sum of RGB (Red+Green+Blue) = 203+140+8=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C08 is #3473F7. Grayscale: #909090. Windows color (decimal): -3437560 or 560331. OLE color: 560331.
HSL color Cylindrical-coordinate representation of color #CB8C08: hue angle of 40.62º 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 #CB8C08 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.20 |
| HSL | 40.62º | 0.92% | 0.41% | - |
| HSV(B) | 40.62º | 0.96% | 0.8% | - |
| XYZ | 34.05 | 31.47 | 4.51 | - |
| YUV | 143.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 8 | 0 | 0.31 | 0.96 | 0.20 | 40.62 | 0.92 | 0.41 |
| Hex | CB | 8C | 8 | 0 | 1F | 60 | 14 | 29 | 5C | 29 |
| Octal | 313 | 214 | 10 | 0 | 37 | 140 | 24 | 51 | 134 | 51 |
| Binary | 11001011 | 10001100 | 1000 | 0 | 11111 | 1100000 | 10100 | 101001 | 1011100 | 101001 |
Color Harmonies of #CB8C08
Complementary color
Monochromatic Colors of #CB8C08
Black with #CB8C08
Text Example
Text Example
White with #CB8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C08; }
p { color: rgb(203,140,8); }
H1.HeaderClassName
{
color: #CB8C08;
}
.AnyTagClassName
{
color: #CB8C08;
}
</style>
background-color css
<style>
a { background-color: #CB8C08; }
a { background-color: rgb(203,140,8); }
div.DivClassName
{
background-color: #CB8C08;
}
.BgClassName
{
background-color: #CB8C08;
}
</style>
border-color css
<style>
span { border-color: #CB8C08; }
span { border-color: rgb(203,140,8); }
td.TdClassName
{
border-color: #CB8C08;
}
.TagClassName
{
border-color: #CB8C08;
}
</style>