Shades of Sundance #C4AB44
Tints of Sundance #C4AB44
RGB
CMYK
RGB Variations
Color information
#C4AB44 (or 0xC4AB44) is known color: Sundance. HEX triplet: C4, AB and 44. RGB value is (196,171,68). Sum of RGB (Red+Green+Blue) = 196+171+68=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB44 is #3B54BB. Grayscale: #A7A7A7. Windows color (decimal): -3888316 or 4500420. OLE color: 4500420.
HSL color Cylindrical-coordinate representation of color #C4AB44: hue angle of 48.28º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4AB44 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 68 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.23 |
| HSL | 48.28º | 0.52% | 0.52% | - |
| HSV(B) | 48.28º | 0.65% | 0.77% | - |
| XYZ | 38.37 | 41.28 | 11.41 | - |
| YUV | 166.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 68 | 0 | 0.13 | 0.65 | 0.23 | 48.28 | 0.52 | 0.52 |
| Hex | C4 | AB | 44 | 0 | D | 41 | 17 | 30 | 34 | 34 |
| Octal | 304 | 253 | 104 | 0 | 15 | 101 | 27 | 60 | 64 | 64 |
| Binary | 11000100 | 10101011 | 1000100 | 0 | 1101 | 1000001 | 10111 | 110000 | 110100 | 110100 |
Color Harmonies of #C4AB44
Complementary color
Monochromatic Colors of #C4AB44
Black with #C4AB44
Text Example
Text Example
White with #C4AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB44; }
p { color: rgb(196,171,68); }
H1.HeaderClassName
{
color: #C4AB44;
}
.AnyTagClassName
{
color: #C4AB44;
}
</style>
background-color css
<style>
a { background-color: #C4AB44; }
a { background-color: rgb(196,171,68); }
div.DivClassName
{
background-color: #C4AB44;
}
.BgClassName
{
background-color: #C4AB44;
}
</style>
border-color css
<style>
span { border-color: #C4AB44; }
span { border-color: rgb(196,171,68); }
td.TdClassName
{
border-color: #C4AB44;
}
.TagClassName
{
border-color: #C4AB44;
}
</style>