Shades of Sundance #CAB34D
Tints of Sundance #CAB34D
RGB
CMYK
RGB Variations
Color information
#CAB34D (or 0xCAB34D) is known color: Sundance. HEX triplet: CA, B3 and 4D. RGB value is (202,179,77). Sum of RGB (Red+Green+Blue) = 202+179+77=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB34D is #354CB2. Grayscale: #AEAEAE. Windows color (decimal): -3493043 or 5092298. OLE color: 5092298.
HSL color Cylindrical-coordinate representation of color #CAB34D: hue angle of 48.96º 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 #CAB34D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 77 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.21 |
| HSL | 48.96º | 0.54% | 0.55% | - |
| HSV(B) | 48.96º | 0.62% | 0.79% | - |
| XYZ | 41.82 | 45.33 | 13.57 | - |
| YUV | 174.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 77 | 0 | 0.11 | 0.62 | 0.21 | 48.96 | 0.54 | 0.55 |
| Hex | CA | B3 | 4D | 0 | B | 3E | 15 | 31 | 36 | 37 |
| Octal | 312 | 263 | 115 | 0 | 13 | 76 | 25 | 61 | 66 | 67 |
| Binary | 11001010 | 10110011 | 1001101 | 0 | 1011 | 111110 | 10101 | 110001 | 110110 | 110111 |
Color Harmonies of #CAB34D
Complementary color
Monochromatic Colors of #CAB34D
Black with #CAB34D
Text Example
Text Example
White with #CAB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB34D; }
p { color: rgb(202,179,77); }
H1.HeaderClassName
{
color: #CAB34D;
}
.AnyTagClassName
{
color: #CAB34D;
}
</style>
background-color css
<style>
a { background-color: #CAB34D; }
a { background-color: rgb(202,179,77); }
div.DivClassName
{
background-color: #CAB34D;
}
.BgClassName
{
background-color: #CAB34D;
}
</style>
border-color css
<style>
span { border-color: #CAB34D; }
span { border-color: rgb(202,179,77); }
td.TdClassName
{
border-color: #CAB34D;
}
.TagClassName
{
border-color: #CAB34D;
}
</style>