Shades of Sundance #CA9E44
Tints of Sundance #CA9E44
RGB
CMYK
RGB Variations
Color information
#CA9E44 (or 0xCA9E44) is known color: Sundance. HEX triplet: CA, 9E and 44. RGB value is (202,158,68). Sum of RGB (Red+Green+Blue) = 202+158+68=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E44 is #3561BB. Grayscale: #A1A1A1. Windows color (decimal): -3498428 or 4497098. OLE color: 4497098.
HSL color Cylindrical-coordinate representation of color #CA9E44: hue angle of 40.3º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA9E44 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 68 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.21 |
| HSL | 40.3º | 0.56% | 0.53% | - |
| HSV(B) | 40.3º | 0.66% | 0.79% | - |
| XYZ | 37.63 | 37.43 | 10.71 | - |
| YUV | 160.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 68 | 0 | 0.22 | 0.66 | 0.21 | 40.3 | 0.56 | 0.53 |
| Hex | CA | 9E | 44 | 0 | 16 | 42 | 15 | 28 | 38 | 35 |
| Octal | 312 | 236 | 104 | 0 | 26 | 102 | 25 | 50 | 70 | 65 |
| Binary | 11001010 | 10011110 | 1000100 | 0 | 10110 | 1000010 | 10101 | 101000 | 111000 | 110101 |
Color Harmonies of #CA9E44
Complementary color
Monochromatic Colors of #CA9E44
Black with #CA9E44
Text Example
Text Example
White with #CA9E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E44; }
p { color: rgb(202,158,68); }
H1.HeaderClassName
{
color: #CA9E44;
}
.AnyTagClassName
{
color: #CA9E44;
}
</style>
background-color css
<style>
a { background-color: #CA9E44; }
a { background-color: rgb(202,158,68); }
div.DivClassName
{
background-color: #CA9E44;
}
.BgClassName
{
background-color: #CA9E44;
}
</style>
border-color css
<style>
span { border-color: #CA9E44; }
span { border-color: rgb(202,158,68); }
td.TdClassName
{
border-color: #CA9E44;
}
.TagClassName
{
border-color: #CA9E44;
}
</style>