Shades of Sundance #CBB34D
Tints of Sundance #CBB34D
RGB
CMYK
RGB Variations
Color information
#CBB34D (or 0xCBB34D) is known color: Sundance. HEX triplet: CB, B3 and 4D. RGB value is (203,179,77). Sum of RGB (Red+Green+Blue) = 203+179+77=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB34D is #344CB2. Grayscale: #AEAEAE. Windows color (decimal): -3427507 or 5092299. OLE color: 5092299.
HSL color Cylindrical-coordinate representation of color #CBB34D: hue angle of 48.57º 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 #CBB34D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 77 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.20 |
| HSL | 48.57º | 0.55% | 0.55% | - |
| HSV(B) | 48.57º | 0.62% | 0.8% | - |
| XYZ | 42.09 | 45.47 | 13.58 | - |
| YUV | 174.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 77 | 0 | 0.12 | 0.62 | 0.20 | 48.57 | 0.55 | 0.55 |
| Hex | CB | B3 | 4D | 0 | C | 3E | 14 | 31 | 37 | 37 |
| Octal | 313 | 263 | 115 | 0 | 14 | 76 | 24 | 61 | 67 | 67 |
| Binary | 11001011 | 10110011 | 1001101 | 0 | 1100 | 111110 | 10100 | 110001 | 110111 | 110111 |
Color Harmonies of #CBB34D
Complementary color
Monochromatic Colors of #CBB34D
Black with #CBB34D
Text Example
Text Example
White with #CBB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB34D; }
p { color: rgb(203,179,77); }
H1.HeaderClassName
{
color: #CBB34D;
}
.AnyTagClassName
{
color: #CBB34D;
}
</style>
background-color css
<style>
a { background-color: #CBB34D; }
a { background-color: rgb(203,179,77); }
div.DivClassName
{
background-color: #CBB34D;
}
.BgClassName
{
background-color: #CBB34D;
}
</style>
border-color css
<style>
span { border-color: #CBB34D; }
span { border-color: rgb(203,179,77); }
td.TdClassName
{
border-color: #CBB34D;
}
.TagClassName
{
border-color: #CBB34D;
}
</style>