Shades of Sundance #C7B24C
Tints of Sundance #C7B24C
RGB
CMYK
RGB Variations
Color information
#C7B24C (or 0xC7B24C) is known color: Sundance. HEX triplet: C7, B2 and 4C. RGB value is (199,178,76). Sum of RGB (Red+Green+Blue) = 199+178+76=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B24C is #384DB3. Grayscale: #ADADAD. Windows color (decimal): -3689908 or 5026503. OLE color: 5026503.
HSL color Cylindrical-coordinate representation of color #C7B24C: hue angle of 49.76º degrees, saturation: 0.52, 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 #C7B24C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 76 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.22 |
| HSL | 49.76º | 0.52% | 0.54% | - |
| HSV(B) | 49.76º | 0.62% | 0.78% | - |
| XYZ | 40.78 | 44.5 | 13.28 | - |
| YUV | 172.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 76 | 0 | 0.11 | 0.62 | 0.22 | 49.76 | 0.52 | 0.54 |
| Hex | C7 | B2 | 4C | 0 | B | 3E | 16 | 32 | 34 | 36 |
| Octal | 307 | 262 | 114 | 0 | 13 | 76 | 26 | 62 | 64 | 66 |
| Binary | 11000111 | 10110010 | 1001100 | 0 | 1011 | 111110 | 10110 | 110010 | 110100 | 110110 |
Color Harmonies of #C7B24C
Complementary color
Monochromatic Colors of #C7B24C
Black with #C7B24C
Text Example
Text Example
White with #C7B24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B24C; }
p { color: rgb(199,178,76); }
H1.HeaderClassName
{
color: #C7B24C;
}
.AnyTagClassName
{
color: #C7B24C;
}
</style>
background-color css
<style>
a { background-color: #C7B24C; }
a { background-color: rgb(199,178,76); }
div.DivClassName
{
background-color: #C7B24C;
}
.BgClassName
{
background-color: #C7B24C;
}
</style>
border-color css
<style>
span { border-color: #C7B24C; }
span { border-color: rgb(199,178,76); }
td.TdClassName
{
border-color: #C7B24C;
}
.TagClassName
{
border-color: #C7B24C;
}
</style>