Shades of Sundance #CBA44A
Tints of Sundance #CBA44A
RGB
CMYK
RGB Variations
Color information
#CBA44A (or 0xCBA44A) is known color: Sundance. HEX triplet: CB, A4 and 4A. RGB value is (203,164,74). Sum of RGB (Red+Green+Blue) = 203+164+74=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA44A is #345BB5. Grayscale: #A5A5A5. Windows color (decimal): -3431350 or 4891851. OLE color: 4891851.
HSL color Cylindrical-coordinate representation of color #CBA44A: hue angle of 41.86º 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 #CBA44A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 74 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.20 |
| HSL | 41.86º | 0.55% | 0.54% | - |
| HSV(B) | 41.86º | 0.64% | 0.8% | - |
| XYZ | 39.14 | 39.74 | 12.09 | - |
| YUV | 165.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 74 | 0 | 0.19 | 0.64 | 0.20 | 41.86 | 0.55 | 0.54 |
| Hex | CB | A4 | 4A | 0 | 13 | 40 | 14 | 2A | 37 | 36 |
| Octal | 313 | 244 | 112 | 0 | 23 | 100 | 24 | 52 | 67 | 66 |
| Binary | 11001011 | 10100100 | 1001010 | 0 | 10011 | 1000000 | 10100 | 101010 | 110111 | 110110 |
Color Harmonies of #CBA44A
Complementary color
Monochromatic Colors of #CBA44A
Black with #CBA44A
Text Example
Text Example
White with #CBA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA44A; }
p { color: rgb(203,164,74); }
H1.HeaderClassName
{
color: #CBA44A;
}
.AnyTagClassName
{
color: #CBA44A;
}
</style>
background-color css
<style>
a { background-color: #CBA44A; }
a { background-color: rgb(203,164,74); }
div.DivClassName
{
background-color: #CBA44A;
}
.BgClassName
{
background-color: #CBA44A;
}
</style>
border-color css
<style>
span { border-color: #CBA44A; }
span { border-color: rgb(203,164,74); }
td.TdClassName
{
border-color: #CBA44A;
}
.TagClassName
{
border-color: #CBA44A;
}
</style>