Shades of Sundance #CBB04D
Tints of Sundance #CBB04D
RGB
CMYK
RGB Variations
Color information
#CBB04D (or 0xCBB04D) is known color: Sundance. HEX triplet: CB, B0 and 4D. RGB value is (203,176,77). Sum of RGB (Red+Green+Blue) = 203+176+77=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB04D is #344FB2. Grayscale: #ADADAD. Windows color (decimal): -3428275 or 5091531. OLE color: 5091531.
HSL color Cylindrical-coordinate representation of color #CBB04D: hue angle of 47.14º 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 #CBB04D is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 77 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.20 |
| HSL | 47.14º | 0.55% | 0.55% | - |
| HSV(B) | 47.14º | 0.62% | 0.8% | - |
| XYZ | 41.49 | 44.28 | 13.38 | - |
| YUV | 172.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 77 | 0 | 0.13 | 0.62 | 0.20 | 47.14 | 0.55 | 0.55 |
| Hex | CB | B0 | 4D | 0 | D | 3E | 14 | 2F | 37 | 37 |
| Octal | 313 | 260 | 115 | 0 | 15 | 76 | 24 | 57 | 67 | 67 |
| Binary | 11001011 | 10110000 | 1001101 | 0 | 1101 | 111110 | 10100 | 101111 | 110111 | 110111 |
Color Harmonies of #CBB04D
Complementary color
Monochromatic Colors of #CBB04D
Black with #CBB04D
Text Example
Text Example
White with #CBB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB04D; }
p { color: rgb(203,176,77); }
H1.HeaderClassName
{
color: #CBB04D;
}
.AnyTagClassName
{
color: #CBB04D;
}
</style>
background-color css
<style>
a { background-color: #CBB04D; }
a { background-color: rgb(203,176,77); }
div.DivClassName
{
background-color: #CBB04D;
}
.BgClassName
{
background-color: #CBB04D;
}
</style>
border-color css
<style>
span { border-color: #CBB04D; }
span { border-color: rgb(203,176,77); }
td.TdClassName
{
border-color: #CBB04D;
}
.TagClassName
{
border-color: #CBB04D;
}
</style>