Shades of Sundance #CBA34A
Tints of Sundance #CBA34A
RGB
CMYK
RGB Variations
Color information
#CBA34A (or 0xCBA34A) is known color: Sundance. HEX triplet: CB, A3 and 4A. RGB value is (203,163,74). Sum of RGB (Red+Green+Blue) = 203+163+74=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA34A is #345CB5. Grayscale: #A5A5A5. Windows color (decimal): -3431606 or 4891595. OLE color: 4891595.
HSL color Cylindrical-coordinate representation of color #CBA34A: hue angle of 41.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBA34A is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 74 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.20 |
| HSL | 41.4º | 0.55% | 0.54% | - |
| HSV(B) | 41.4º | 0.64% | 0.8% | - |
| XYZ | 38.96 | 39.39 | 12.03 | - |
| YUV | 164.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 74 | 0 | 0.20 | 0.64 | 0.20 | 41.4 | 0.55 | 0.54 |
| Hex | CB | A3 | 4A | 0 | 14 | 40 | 14 | 29 | 37 | 36 |
| Octal | 313 | 243 | 112 | 0 | 24 | 100 | 24 | 51 | 67 | 66 |
| Binary | 11001011 | 10100011 | 1001010 | 0 | 10100 | 1000000 | 10100 | 101001 | 110111 | 110110 |
Color Harmonies of #CBA34A
Complementary color
Monochromatic Colors of #CBA34A
Black with #CBA34A
Text Example
Text Example
White with #CBA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA34A; }
p { color: rgb(203,163,74); }
H1.HeaderClassName
{
color: #CBA34A;
}
.AnyTagClassName
{
color: #CBA34A;
}
</style>
background-color css
<style>
a { background-color: #CBA34A; }
a { background-color: rgb(203,163,74); }
div.DivClassName
{
background-color: #CBA34A;
}
.BgClassName
{
background-color: #CBA34A;
}
</style>
border-color css
<style>
span { border-color: #CBA34A; }
span { border-color: rgb(203,163,74); }
td.TdClassName
{
border-color: #CBA34A;
}
.TagClassName
{
border-color: #CBA34A;
}
</style>