Shades of Sundance #CAB44C
Tints of Sundance #CAB44C
RGB
CMYK
RGB Variations
Color information
#CAB44C (or 0xCAB44C) is known color: Sundance. HEX triplet: CA, B4 and 4C. RGB value is (202,180,76). Sum of RGB (Red+Green+Blue) = 202+180+76=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB44C is #354BB3. Grayscale: #AFAFAF. Windows color (decimal): -3492788 or 5027018. OLE color: 5027018.
HSL color Cylindrical-coordinate representation of color #CAB44C: hue angle of 49.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAB44C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 76 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.21 |
| HSL | 49.52º | 0.54% | 0.55% | - |
| HSV(B) | 49.52º | 0.62% | 0.79% | - |
| XYZ | 41.98 | 45.72 | 13.45 | - |
| YUV | 174.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 76 | 0 | 0.11 | 0.62 | 0.21 | 49.52 | 0.54 | 0.55 |
| Hex | CA | B4 | 4C | 0 | B | 3E | 15 | 32 | 36 | 37 |
| Octal | 312 | 264 | 114 | 0 | 13 | 76 | 25 | 62 | 66 | 67 |
| Binary | 11001010 | 10110100 | 1001100 | 0 | 1011 | 111110 | 10101 | 110010 | 110110 | 110111 |
Color Harmonies of #CAB44C
Complementary color
Monochromatic Colors of #CAB44C
Black with #CAB44C
Text Example
Text Example
White with #CAB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB44C; }
p { color: rgb(202,180,76); }
H1.HeaderClassName
{
color: #CAB44C;
}
.AnyTagClassName
{
color: #CAB44C;
}
</style>
background-color css
<style>
a { background-color: #CAB44C; }
a { background-color: rgb(202,180,76); }
div.DivClassName
{
background-color: #CAB44C;
}
.BgClassName
{
background-color: #CAB44C;
}
</style>
border-color css
<style>
span { border-color: #CAB44C; }
span { border-color: rgb(202,180,76); }
td.TdClassName
{
border-color: #CAB44C;
}
.TagClassName
{
border-color: #CAB44C;
}
</style>