Shades of Sundance #CBA04D
Tints of Sundance #CBA04D
RGB
CMYK
RGB Variations
Color information
#CBA04D (or 0xCBA04D) is known color: Sundance. HEX triplet: CB, A0 and 4D. RGB value is (203,160,77). Sum of RGB (Red+Green+Blue) = 203+160+77=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA04D is #345FB2. Grayscale: #A3A3A3. Windows color (decimal): -3432371 or 5087435. OLE color: 5087435.
HSL color Cylindrical-coordinate representation of color #CBA04D: hue angle of 39.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBA04D is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 77 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.20 |
| HSL | 39.52º | 0.55% | 0.55% | - |
| HSV(B) | 39.52º | 0.62% | 0.8% | - |
| XYZ | 38.54 | 38.37 | 12.4 | - |
| YUV | 163.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 77 | 0 | 0.21 | 0.62 | 0.20 | 39.52 | 0.55 | 0.55 |
| Hex | CB | A0 | 4D | 0 | 15 | 3E | 14 | 28 | 37 | 37 |
| Octal | 313 | 240 | 115 | 0 | 25 | 76 | 24 | 50 | 67 | 67 |
| Binary | 11001011 | 10100000 | 1001101 | 0 | 10101 | 111110 | 10100 | 101000 | 110111 | 110111 |
Color Harmonies of #CBA04D
Complementary color
Monochromatic Colors of #CBA04D
Black with #CBA04D
Text Example
Text Example
White with #CBA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA04D; }
p { color: rgb(203,160,77); }
H1.HeaderClassName
{
color: #CBA04D;
}
.AnyTagClassName
{
color: #CBA04D;
}
</style>
background-color css
<style>
a { background-color: #CBA04D; }
a { background-color: rgb(203,160,77); }
div.DivClassName
{
background-color: #CBA04D;
}
.BgClassName
{
background-color: #CBA04D;
}
</style>
border-color css
<style>
span { border-color: #CBA04D; }
span { border-color: rgb(203,160,77); }
td.TdClassName
{
border-color: #CBA04D;
}
.TagClassName
{
border-color: #CBA04D;
}
</style>