Shades of Sundance #CBB04B
Tints of Sundance #CBB04B
RGB
CMYK
RGB Variations
Color information
#CBB04B (or 0xCBB04B) is known color: Sundance. HEX triplet: CB, B0 and 4B. RGB value is (203,176,75). Sum of RGB (Red+Green+Blue) = 203+176+75=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB04B is #344FB4. Grayscale: #ACACAC. Windows color (decimal): -3428277 or 4960459. OLE color: 4960459.
HSL color Cylindrical-coordinate representation of color #CBB04B: hue angle of 47.34º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBB04B is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 75 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.20 |
| HSL | 47.34º | 0.55% | 0.55% | - |
| HSV(B) | 47.34º | 0.63% | 0.8% | - |
| XYZ | 41.42 | 44.26 | 13.02 | - |
| YUV | 172.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 75 | 0 | 0.13 | 0.63 | 0.20 | 47.34 | 0.55 | 0.55 |
| Hex | CB | B0 | 4B | 0 | D | 3F | 14 | 2F | 37 | 37 |
| Octal | 313 | 260 | 113 | 0 | 15 | 77 | 24 | 57 | 67 | 67 |
| Binary | 11001011 | 10110000 | 1001011 | 0 | 1101 | 111111 | 10100 | 101111 | 110111 | 110111 |
Color Harmonies of #CBB04B
Complementary color
Monochromatic Colors of #CBB04B
Black with #CBB04B
Text Example
Text Example
White with #CBB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB04B; }
p { color: rgb(203,176,75); }
H1.HeaderClassName
{
color: #CBB04B;
}
.AnyTagClassName
{
color: #CBB04B;
}
</style>
background-color css
<style>
a { background-color: #CBB04B; }
a { background-color: rgb(203,176,75); }
div.DivClassName
{
background-color: #CBB04B;
}
.BgClassName
{
background-color: #CBB04B;
}
</style>
border-color css
<style>
span { border-color: #CBB04B; }
span { border-color: rgb(203,176,75); }
td.TdClassName
{
border-color: #CBB04B;
}
.TagClassName
{
border-color: #CBB04B;
}
</style>