Shades of Sundance #CBAE4D
Tints of Sundance #CBAE4D
RGB
CMYK
RGB Variations
Color information
#CBAE4D (or 0xCBAE4D) is known color: Sundance. HEX triplet: CB, AE and 4D. RGB value is (203,174,77). Sum of RGB (Red+Green+Blue) = 203+174+77=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE4D is #3451B2. Grayscale: #ACACAC. Windows color (decimal): -3428787 or 5091019. OLE color: 5091019.
HSL color Cylindrical-coordinate representation of color #CBAE4D: hue angle of 46.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBAE4D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 77 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.20 |
| HSL | 46.19º | 0.55% | 0.55% | - |
| HSV(B) | 46.19º | 0.62% | 0.8% | - |
| XYZ | 41.1 | 43.5 | 13.25 | - |
| YUV | 171.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 77 | 0 | 0.14 | 0.62 | 0.20 | 46.19 | 0.55 | 0.55 |
| Hex | CB | AE | 4D | 0 | E | 3E | 14 | 2E | 37 | 37 |
| Octal | 313 | 256 | 115 | 0 | 16 | 76 | 24 | 56 | 67 | 67 |
| Binary | 11001011 | 10101110 | 1001101 | 0 | 1110 | 111110 | 10100 | 101110 | 110111 | 110111 |
Color Harmonies of #CBAE4D
Complementary color
Monochromatic Colors of #CBAE4D
Black with #CBAE4D
Text Example
Text Example
White with #CBAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE4D; }
p { color: rgb(203,174,77); }
H1.HeaderClassName
{
color: #CBAE4D;
}
.AnyTagClassName
{
color: #CBAE4D;
}
</style>
background-color css
<style>
a { background-color: #CBAE4D; }
a { background-color: rgb(203,174,77); }
div.DivClassName
{
background-color: #CBAE4D;
}
.BgClassName
{
background-color: #CBAE4D;
}
</style>
border-color css
<style>
span { border-color: #CBAE4D; }
span { border-color: rgb(203,174,77); }
td.TdClassName
{
border-color: #CBAE4D;
}
.TagClassName
{
border-color: #CBAE4D;
}
</style>