Shades of Dark Goldenrod #CB8D08
Tints of Dark Goldenrod #CB8D08
RGB
CMYK
RGB Variations
Color information
#CB8D08 (or 0xCB8D08) is known color: Dark Goldenrod. HEX triplet: CB, 8D and 08. RGB value is (203,141,8). Sum of RGB (Red+Green+Blue) = 203+141+8=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8D08 is #3472F7. Grayscale: #909090. Windows color (decimal): -3437304 or 560587. OLE color: 560587.
HSL color Cylindrical-coordinate representation of color #CB8D08: hue angle of 40.92º 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 #CB8D08 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.20 |
| HSL | 40.92º | 0.92% | 0.41% | - |
| HSV(B) | 40.92º | 0.96% | 0.8% | - |
| XYZ | 34.2 | 31.76 | 4.56 | - |
| YUV | 144.38 | 51.04 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 8 | 0 | 0.31 | 0.96 | 0.20 | 40.92 | 0.92 | 0.41 |
| Hex | CB | 8D | 8 | 0 | 1F | 60 | 14 | 29 | 5C | 29 |
| Octal | 313 | 215 | 10 | 0 | 37 | 140 | 24 | 51 | 134 | 51 |
| Binary | 11001011 | 10001101 | 1000 | 0 | 11111 | 1100000 | 10100 | 101001 | 1011100 | 101001 |
Color Harmonies of #CB8D08
Complementary color
Monochromatic Colors of #CB8D08
Black with #CB8D08
Text Example
Text Example
White with #CB8D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D08; }
p { color: rgb(203,141,8); }
H1.HeaderClassName
{
color: #CB8D08;
}
.AnyTagClassName
{
color: #CB8D08;
}
</style>
background-color css
<style>
a { background-color: #CB8D08; }
a { background-color: rgb(203,141,8); }
div.DivClassName
{
background-color: #CB8D08;
}
.BgClassName
{
background-color: #CB8D08;
}
</style>
border-color css
<style>
span { border-color: #CB8D08; }
span { border-color: rgb(203,141,8); }
td.TdClassName
{
border-color: #CB8D08;
}
.TagClassName
{
border-color: #CB8D08;
}
</style>