Shades of Sundance #C8B54B
Tints of Sundance #C8B54B
RGB
CMYK
RGB Variations
Color information
#C8B54B (or 0xC8B54B) is known color: Sundance. HEX triplet: C8, B5 and 4B. RGB value is (200,181,75). Sum of RGB (Red+Green+Blue) = 200+181+75=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B54B is #374AB4. Grayscale: #AFAFAF. Windows color (decimal): -3623605 or 4961736. OLE color: 4961736.
HSL color Cylindrical-coordinate representation of color #C8B54B: hue angle of 50.88º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8B54B is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 75 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.22 |
| HSL | 50.88º | 0.53% | 0.54% | - |
| HSV(B) | 50.88º | 0.63% | 0.78% | - |
| XYZ | 41.61 | 45.84 | 13.31 | - |
| YUV | 174.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 75 | 0 | 0.09 | 0.62 | 0.22 | 50.88 | 0.53 | 0.54 |
| Hex | C8 | B5 | 4B | 0 | 9 | 3E | 16 | 33 | 35 | 36 |
| Octal | 310 | 265 | 113 | 0 | 11 | 76 | 26 | 63 | 65 | 66 |
| Binary | 11001000 | 10110101 | 1001011 | 0 | 1001 | 111110 | 10110 | 110011 | 110101 | 110110 |
Color Harmonies of #C8B54B
Complementary color
Monochromatic Colors of #C8B54B
Black with #C8B54B
Text Example
Text Example
White with #C8B54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B54B; }
p { color: rgb(200,181,75); }
H1.HeaderClassName
{
color: #C8B54B;
}
.AnyTagClassName
{
color: #C8B54B;
}
</style>
background-color css
<style>
a { background-color: #C8B54B; }
a { background-color: rgb(200,181,75); }
div.DivClassName
{
background-color: #C8B54B;
}
.BgClassName
{
background-color: #C8B54B;
}
</style>
border-color css
<style>
span { border-color: #C8B54B; }
span { border-color: rgb(200,181,75); }
td.TdClassName
{
border-color: #C8B54B;
}
.TagClassName
{
border-color: #C8B54B;
}
</style>