Shades of Sundance #CBA84F
Tints of Sundance #CBA84F
RGB
CMYK
RGB Variations
Color information
#CBA84F (or 0xCBA84F) is known color: Sundance. HEX triplet: CB, A8 and 4F. RGB value is (203,168,79). Sum of RGB (Red+Green+Blue) = 203+168+79=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA84F is #3457B0. Grayscale: #A8A8A8. Windows color (decimal): -3430321 or 5220555. OLE color: 5220555.
HSL color Cylindrical-coordinate representation of color #CBA84F: hue angle of 43.06º 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 #CBA84F is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 79 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.20 |
| HSL | 43.06º | 0.54% | 0.55% | - |
| HSV(B) | 43.06º | 0.61% | 0.8% | - |
| XYZ | 40.04 | 41.27 | 13.25 | - |
| YUV | 168.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 79 | 0 | 0.17 | 0.61 | 0.20 | 43.06 | 0.54 | 0.55 |
| Hex | CB | A8 | 4F | 0 | 11 | 3D | 14 | 2B | 36 | 37 |
| Octal | 313 | 250 | 117 | 0 | 21 | 75 | 24 | 53 | 66 | 67 |
| Binary | 11001011 | 10101000 | 1001111 | 0 | 10001 | 111101 | 10100 | 101011 | 110110 | 110111 |
Color Harmonies of #CBA84F
Complementary color
Monochromatic Colors of #CBA84F
Black with #CBA84F
Text Example
Text Example
White with #CBA84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA84F; }
p { color: rgb(203,168,79); }
H1.HeaderClassName
{
color: #CBA84F;
}
.AnyTagClassName
{
color: #CBA84F;
}
</style>
background-color css
<style>
a { background-color: #CBA84F; }
a { background-color: rgb(203,168,79); }
div.DivClassName
{
background-color: #CBA84F;
}
.BgClassName
{
background-color: #CBA84F;
}
</style>
border-color css
<style>
span { border-color: #CBA84F; }
span { border-color: rgb(203,168,79); }
td.TdClassName
{
border-color: #CBA84F;
}
.TagClassName
{
border-color: #CBA84F;
}
</style>