Shades of Sundance #CBAF53
Tints of Sundance #CBAF53
RGB
CMYK
RGB Variations
Color information
#CBAF53 (or 0xCBAF53) is known color: Sundance. HEX triplet: CB, AF and 53. RGB value is (203,175,83). Sum of RGB (Red+Green+Blue) = 203+175+83=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF53 is #3450AC. Grayscale: #ADADAD. Windows color (decimal): -3428525 or 5484491. OLE color: 5484491.
HSL color Cylindrical-coordinate representation of color #CBAF53: hue angle of 46º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBAF53 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 83 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.20 |
| HSL | 46º | 0.54% | 0.56% | - |
| HSV(B) | 46º | 0.59% | 0.8% | - |
| XYZ | 41.52 | 43.98 | 14.48 | - |
| YUV | 172.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 83 | 0 | 0.14 | 0.59 | 0.20 | 46 | 0.54 | 0.56 |
| Hex | CB | AF | 53 | 0 | E | 3B | 14 | 2E | 36 | 38 |
| Octal | 313 | 257 | 123 | 0 | 16 | 73 | 24 | 56 | 66 | 70 |
| Binary | 11001011 | 10101111 | 1010011 | 0 | 1110 | 111011 | 10100 | 101110 | 110110 | 111000 |
Color Harmonies of #CBAF53
Complementary color
Monochromatic Colors of #CBAF53
Black with #CBAF53
Text Example
Text Example
White with #CBAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF53; }
p { color: rgb(203,175,83); }
H1.HeaderClassName
{
color: #CBAF53;
}
.AnyTagClassName
{
color: #CBAF53;
}
</style>
background-color css
<style>
a { background-color: #CBAF53; }
a { background-color: rgb(203,175,83); }
div.DivClassName
{
background-color: #CBAF53;
}
.BgClassName
{
background-color: #CBAF53;
}
</style>
border-color css
<style>
span { border-color: #CBAF53; }
span { border-color: rgb(203,175,83); }
td.TdClassName
{
border-color: #CBAF53;
}
.TagClassName
{
border-color: #CBAF53;
}
</style>