Shades of Dark Goldenrod #CB8F0F
Tints of Dark Goldenrod #CB8F0F
RGB
CMYK
RGB Variations
Color information
#CB8F0F (or 0xCB8F0F) is known color: Dark Goldenrod. HEX triplet: CB, 8F and 0F. RGB value is (203,143,15). Sum of RGB (Red+Green+Blue) = 203+143+15=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F0F is #3470F0. Grayscale: #929292. Windows color (decimal): -3436785 or 1019851. OLE color: 1019851.
HSL color Cylindrical-coordinate representation of color #CB8F0F: hue angle of 40.85º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB8F0F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 15 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.20 |
| HSL | 40.85º | 0.86% | 0.43% | - |
| HSV(B) | 40.85º | 0.93% | 0.8% | - |
| XYZ | 34.54 | 32.38 | 4.88 | - |
| YUV | 146.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 15 | 0 | 0.30 | 0.93 | 0.20 | 40.85 | 0.86 | 0.43 |
| Hex | CB | 8F | F | 0 | 1E | 5D | 14 | 29 | 56 | 2B |
| Octal | 313 | 217 | 17 | 0 | 36 | 135 | 24 | 51 | 126 | 53 |
| Binary | 11001011 | 10001111 | 1111 | 0 | 11110 | 1011101 | 10100 | 101001 | 1010110 | 101011 |
Color Harmonies of #CB8F0F
Complementary color
Monochromatic Colors of #CB8F0F
Black with #CB8F0F
Text Example
Text Example
White with #CB8F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F0F; }
p { color: rgb(203,143,15); }
H1.HeaderClassName
{
color: #CB8F0F;
}
.AnyTagClassName
{
color: #CB8F0F;
}
</style>
background-color css
<style>
a { background-color: #CB8F0F; }
a { background-color: rgb(203,143,15); }
div.DivClassName
{
background-color: #CB8F0F;
}
.BgClassName
{
background-color: #CB8F0F;
}
</style>
border-color css
<style>
span { border-color: #CB8F0F; }
span { border-color: rgb(203,143,15); }
td.TdClassName
{
border-color: #CB8F0F;
}
.TagClassName
{
border-color: #CB8F0F;
}
</style>