Shades of Sundance #CBA54F
Tints of Sundance #CBA54F
RGB
CMYK
RGB Variations
Color information
#CBA54F (or 0xCBA54F) is known color: Sundance. HEX triplet: CB, A5 and 4F. RGB value is (203,165,79). Sum of RGB (Red+Green+Blue) = 203+165+79=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA54F is #345AB0. Grayscale: #A6A6A6. Windows color (decimal): -3431089 or 5219787. OLE color: 5219787.
HSL color Cylindrical-coordinate representation of color #CBA54F: hue angle of 41.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBA54F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 79 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.20 |
| HSL | 41.61º | 0.54% | 0.55% | - |
| HSV(B) | 41.61º | 0.61% | 0.8% | - |
| XYZ | 39.5 | 40.17 | 13.07 | - |
| YUV | 166.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 79 | 0 | 0.19 | 0.61 | 0.20 | 41.61 | 0.54 | 0.55 |
| Hex | CB | A5 | 4F | 0 | 13 | 3D | 14 | 2A | 36 | 37 |
| Octal | 313 | 245 | 117 | 0 | 23 | 75 | 24 | 52 | 66 | 67 |
| Binary | 11001011 | 10100101 | 1001111 | 0 | 10011 | 111101 | 10100 | 101010 | 110110 | 110111 |
Color Harmonies of #CBA54F
Complementary color
Monochromatic Colors of #CBA54F
Black with #CBA54F
Text Example
Text Example
White with #CBA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA54F; }
p { color: rgb(203,165,79); }
H1.HeaderClassName
{
color: #CBA54F;
}
.AnyTagClassName
{
color: #CBA54F;
}
</style>
background-color css
<style>
a { background-color: #CBA54F; }
a { background-color: rgb(203,165,79); }
div.DivClassName
{
background-color: #CBA54F;
}
.BgClassName
{
background-color: #CBA54F;
}
</style>
border-color css
<style>
span { border-color: #CBA54F; }
span { border-color: rgb(203,165,79); }
td.TdClassName
{
border-color: #CBA54F;
}
.TagClassName
{
border-color: #CBA54F;
}
</style>