Shades of Sundance #CBA941
Tints of Sundance #CBA941
RGB
CMYK
RGB Variations
Color information
#CBA941 (or 0xCBA941) is known color: Sundance. HEX triplet: CB, A9 and 41. RGB value is (203,169,65). Sum of RGB (Red+Green+Blue) = 203+169+65=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA941 is #3456BE. Grayscale: #A7A7A7. Windows color (decimal): -3430079 or 4303307. OLE color: 4303307.
HSL color Cylindrical-coordinate representation of color #CBA941: hue angle of 45.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBA941 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 65 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.20 |
| HSL | 45.22º | 0.57% | 0.53% | - |
| HSV(B) | 45.22º | 0.68% | 0.8% | - |
| XYZ | 39.77 | 41.45 | 10.91 | - |
| YUV | 167.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 65 | 0 | 0.17 | 0.68 | 0.20 | 45.22 | 0.57 | 0.53 |
| Hex | CB | A9 | 41 | 0 | 11 | 44 | 14 | 2D | 39 | 35 |
| Octal | 313 | 251 | 101 | 0 | 21 | 104 | 24 | 55 | 71 | 65 |
| Binary | 11001011 | 10101001 | 1000001 | 0 | 10001 | 1000100 | 10100 | 101101 | 111001 | 110101 |
Color Harmonies of #CBA941
Complementary color
Monochromatic Colors of #CBA941
Black with #CBA941
Text Example
Text Example
White with #CBA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA941; }
p { color: rgb(203,169,65); }
H1.HeaderClassName
{
color: #CBA941;
}
.AnyTagClassName
{
color: #CBA941;
}
</style>
background-color css
<style>
a { background-color: #CBA941; }
a { background-color: rgb(203,169,65); }
div.DivClassName
{
background-color: #CBA941;
}
.BgClassName
{
background-color: #CBA941;
}
</style>
border-color css
<style>
span { border-color: #CBA941; }
span { border-color: rgb(203,169,65); }
td.TdClassName
{
border-color: #CBA941;
}
.TagClassName
{
border-color: #CBA941;
}
</style>