Shades of Dark Goldenrod #CB9308
Tints of Dark Goldenrod #CB9308
RGB
CMYK
RGB Variations
Color information
#CB9308 (or 0xCB9308) is known color: Dark Goldenrod. HEX triplet: CB, 93 and 08. RGB value is (203,147,8). Sum of RGB (Red+Green+Blue) = 203+147+8=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9308 is #346CF7. Grayscale: #949494. Windows color (decimal): -3435768 or 562123. OLE color: 562123.
HSL color Cylindrical-coordinate representation of color #CB9308: hue angle of 42.77º 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 #CB9308 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.20 |
| HSL | 42.77º | 0.92% | 0.41% | - |
| HSV(B) | 42.77º | 0.96% | 0.8% | - |
| XYZ | 35.11 | 33.58 | 4.86 | - |
| YUV | 147.9 | 49.05 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 8 | 0 | 0.28 | 0.96 | 0.20 | 42.77 | 0.92 | 0.41 |
| Hex | CB | 93 | 8 | 0 | 1C | 60 | 14 | 2B | 5C | 29 |
| Octal | 313 | 223 | 10 | 0 | 34 | 140 | 24 | 53 | 134 | 51 |
| Binary | 11001011 | 10010011 | 1000 | 0 | 11100 | 1100000 | 10100 | 101011 | 1011100 | 101001 |
Color Harmonies of #CB9308
Complementary color
Monochromatic Colors of #CB9308
Black with #CB9308
Text Example
Text Example
White with #CB9308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9308; }
p { color: rgb(203,147,8); }
H1.HeaderClassName
{
color: #CB9308;
}
.AnyTagClassName
{
color: #CB9308;
}
</style>
background-color css
<style>
a { background-color: #CB9308; }
a { background-color: rgb(203,147,8); }
div.DivClassName
{
background-color: #CB9308;
}
.BgClassName
{
background-color: #CB9308;
}
</style>
border-color css
<style>
span { border-color: #CB9308; }
span { border-color: rgb(203,147,8); }
td.TdClassName
{
border-color: #CB9308;
}
.TagClassName
{
border-color: #CB9308;
}
</style>