Shades of Sundance #CBAE51
Tints of Sundance #CBAE51
RGB
CMYK
RGB Variations
Color information
#CBAE51 (or 0xCBAE51) is known color: Sundance. HEX triplet: CB, AE and 51. RGB value is (203,174,81). Sum of RGB (Red+Green+Blue) = 203+174+81=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE51 is #3451AE. Grayscale: #ACACAC. Windows color (decimal): -3428783 or 5353163. OLE color: 5353163.
HSL color Cylindrical-coordinate representation of color #CBAE51: hue angle of 45.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBAE51 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 81 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.20 |
| HSL | 45.74º | 0.54% | 0.56% | - |
| HSV(B) | 45.74º | 0.6% | 0.8% | - |
| XYZ | 41.25 | 43.56 | 14.02 | - |
| YUV | 172.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 81 | 0 | 0.14 | 0.60 | 0.20 | 45.74 | 0.54 | 0.56 |
| Hex | CB | AE | 51 | 0 | E | 3C | 14 | 2E | 36 | 38 |
| Octal | 313 | 256 | 121 | 0 | 16 | 74 | 24 | 56 | 66 | 70 |
| Binary | 11001011 | 10101110 | 1010001 | 0 | 1110 | 111100 | 10100 | 101110 | 110110 | 111000 |
Color Harmonies of #CBAE51
Complementary color
Monochromatic Colors of #CBAE51
Black with #CBAE51
Text Example
Text Example
White with #CBAE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE51; }
p { color: rgb(203,174,81); }
H1.HeaderClassName
{
color: #CBAE51;
}
.AnyTagClassName
{
color: #CBAE51;
}
</style>
background-color css
<style>
a { background-color: #CBAE51; }
a { background-color: rgb(203,174,81); }
div.DivClassName
{
background-color: #CBAE51;
}
.BgClassName
{
background-color: #CBAE51;
}
</style>
border-color css
<style>
span { border-color: #CBAE51; }
span { border-color: rgb(203,174,81); }
td.TdClassName
{
border-color: #CBAE51;
}
.TagClassName
{
border-color: #CBAE51;
}
</style>