Shades of Sundance #CBB04A
Tints of Sundance #CBB04A
RGB
CMYK
RGB Variations
Color information
#CBB04A (or 0xCBB04A) is known color: Sundance. HEX triplet: CB, B0 and 4A. RGB value is (203,176,74). Sum of RGB (Red+Green+Blue) = 203+176+74=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB04A is #344FB5. Grayscale: #ACACAC. Windows color (decimal): -3428278 or 4894923. OLE color: 4894923.
HSL color Cylindrical-coordinate representation of color #CBB04A: hue angle of 47.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBB04A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 74 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.20 |
| HSL | 47.44º | 0.55% | 0.54% | - |
| HSV(B) | 47.44º | 0.64% | 0.8% | - |
| XYZ | 41.39 | 44.24 | 12.84 | - |
| YUV | 172.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 74 | 0 | 0.13 | 0.64 | 0.20 | 47.44 | 0.55 | 0.54 |
| Hex | CB | B0 | 4A | 0 | D | 40 | 14 | 2F | 37 | 36 |
| Octal | 313 | 260 | 112 | 0 | 15 | 100 | 24 | 57 | 67 | 66 |
| Binary | 11001011 | 10110000 | 1001010 | 0 | 1101 | 1000000 | 10100 | 101111 | 110111 | 110110 |
Color Harmonies of #CBB04A
Complementary color
Monochromatic Colors of #CBB04A
Black with #CBB04A
Text Example
Text Example
White with #CBB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB04A; }
p { color: rgb(203,176,74); }
H1.HeaderClassName
{
color: #CBB04A;
}
.AnyTagClassName
{
color: #CBB04A;
}
</style>
background-color css
<style>
a { background-color: #CBB04A; }
a { background-color: rgb(203,176,74); }
div.DivClassName
{
background-color: #CBB04A;
}
.BgClassName
{
background-color: #CBB04A;
}
</style>
border-color css
<style>
span { border-color: #CBB04A; }
span { border-color: rgb(203,176,74); }
td.TdClassName
{
border-color: #CBB04A;
}
.TagClassName
{
border-color: #CBB04A;
}
</style>