Shades of Sundance #CBB84C
Tints of Sundance #CBB84C
RGB
CMYK
RGB Variations
Color information
#CBB84C (or 0xCBB84C) is known color: Sundance. HEX triplet: CB, B8 and 4C. RGB value is (203,184,76). Sum of RGB (Red+Green+Blue) = 203+184+76=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB84C is #3447B3. Grayscale: #B1B1B1. Windows color (decimal): -3426228 or 5028043. OLE color: 5028043.
HSL color Cylindrical-coordinate representation of color #CBB84C: hue angle of 51.02º 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 #CBB84C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 76 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.20 |
| HSL | 51.02º | 0.55% | 0.55% | - |
| HSV(B) | 51.02º | 0.63% | 0.8% | - |
| XYZ | 43.07 | 47.5 | 13.74 | - |
| YUV | 177.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 76 | 0 | 0.09 | 0.63 | 0.20 | 51.02 | 0.55 | 0.55 |
| Hex | CB | B8 | 4C | 0 | 9 | 3F | 14 | 33 | 37 | 37 |
| Octal | 313 | 270 | 114 | 0 | 11 | 77 | 24 | 63 | 67 | 67 |
| Binary | 11001011 | 10111000 | 1001100 | 0 | 1001 | 111111 | 10100 | 110011 | 110111 | 110111 |
Color Harmonies of #CBB84C
Complementary color
Monochromatic Colors of #CBB84C
Black with #CBB84C
Text Example
Text Example
White with #CBB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB84C; }
p { color: rgb(203,184,76); }
H1.HeaderClassName
{
color: #CBB84C;
}
.AnyTagClassName
{
color: #CBB84C;
}
</style>
background-color css
<style>
a { background-color: #CBB84C; }
a { background-color: rgb(203,184,76); }
div.DivClassName
{
background-color: #CBB84C;
}
.BgClassName
{
background-color: #CBB84C;
}
</style>
border-color css
<style>
span { border-color: #CBB84C; }
span { border-color: rgb(203,184,76); }
td.TdClassName
{
border-color: #CBB84C;
}
.TagClassName
{
border-color: #CBB84C;
}
</style>