Shades of Sundance #CBB34E
Tints of Sundance #CBB34E
RGB
CMYK
RGB Variations
Color information
#CBB34E (or 0xCBB34E) is known color: Sundance. HEX triplet: CB, B3 and 4E. RGB value is (203,179,78). Sum of RGB (Red+Green+Blue) = 203+179+78=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB34E is #344CB1. Grayscale: #AFAFAF. Windows color (decimal): -3427506 or 5157835. OLE color: 5157835.
HSL color Cylindrical-coordinate representation of color #CBB34E: hue angle of 48.48º 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 #CBB34E is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 78 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.20 |
| HSL | 48.48º | 0.55% | 0.55% | - |
| HSV(B) | 48.48º | 0.62% | 0.8% | - |
| XYZ | 42.12 | 45.49 | 13.77 | - |
| YUV | 174.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 78 | 0 | 0.12 | 0.62 | 0.20 | 48.48 | 0.55 | 0.55 |
| Hex | CB | B3 | 4E | 0 | C | 3E | 14 | 30 | 37 | 37 |
| Octal | 313 | 263 | 116 | 0 | 14 | 76 | 24 | 60 | 67 | 67 |
| Binary | 11001011 | 10110011 | 1001110 | 0 | 1100 | 111110 | 10100 | 110000 | 110111 | 110111 |
Color Harmonies of #CBB34E
Complementary color
Monochromatic Colors of #CBB34E
Black with #CBB34E
Text Example
Text Example
White with #CBB34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB34E; }
p { color: rgb(203,179,78); }
H1.HeaderClassName
{
color: #CBB34E;
}
.AnyTagClassName
{
color: #CBB34E;
}
</style>
background-color css
<style>
a { background-color: #CBB34E; }
a { background-color: rgb(203,179,78); }
div.DivClassName
{
background-color: #CBB34E;
}
.BgClassName
{
background-color: #CBB34E;
}
</style>
border-color css
<style>
span { border-color: #CBB34E; }
span { border-color: rgb(203,179,78); }
td.TdClassName
{
border-color: #CBB34E;
}
.TagClassName
{
border-color: #CBB34E;
}
</style>