Shades of Dark Goldenrod #CB8A15
Tints of Dark Goldenrod #CB8A15
RGB
CMYK
RGB Variations
Color information
#CB8A15 (or 0xCB8A15) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 15. RGB value is (203,138,21). Sum of RGB (Red+Green+Blue) = 203+138+21=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A15 is #3475EA. Grayscale: #909090. Windows color (decimal): -3438059 or 1411787. OLE color: 1411787.
HSL color Cylindrical-coordinate representation of color #CB8A15: hue angle of 38.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB8A15 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.20 |
| HSL | 38.57º | 0.81% | 0.44% | - |
| HSV(B) | 38.57º | 0.9% | 0.8% | - |
| XYZ | 33.85 | 30.93 | 4.89 | - |
| YUV | 144.1 | 58.53 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 21 | 0 | 0.32 | 0.90 | 0.20 | 38.57 | 0.81 | 0.44 |
| Hex | CB | 8A | 15 | 0 | 20 | 5A | 14 | 27 | 51 | 2C |
| Octal | 313 | 212 | 25 | 0 | 40 | 132 | 24 | 47 | 121 | 54 |
| Binary | 11001011 | 10001010 | 10101 | 0 | 100000 | 1011010 | 10100 | 100111 | 1010001 | 101100 |
Color Harmonies of #CB8A15
Complementary color
Monochromatic Colors of #CB8A15
Black with #CB8A15
Text Example
Text Example
White with #CB8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A15; }
p { color: rgb(203,138,21); }
H1.HeaderClassName
{
color: #CB8A15;
}
.AnyTagClassName
{
color: #CB8A15;
}
</style>
background-color css
<style>
a { background-color: #CB8A15; }
a { background-color: rgb(203,138,21); }
div.DivClassName
{
background-color: #CB8A15;
}
.BgClassName
{
background-color: #CB8A15;
}
</style>
border-color css
<style>
span { border-color: #CB8A15; }
span { border-color: rgb(203,138,21); }
td.TdClassName
{
border-color: #CB8A15;
}
.TagClassName
{
border-color: #CB8A15;
}
</style>