Shades of Sundance #C6A24B
Tints of Sundance #C6A24B
RGB
CMYK
RGB Variations
Color information
#C6A24B (or 0xC6A24B) is known color: Sundance. HEX triplet: C6, A2 and 4B. RGB value is (198,162,75). Sum of RGB (Red+Green+Blue) = 198+162+75=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A24B is #395DB4. Grayscale: #A3A3A3. Windows color (decimal): -3759541 or 4956870. OLE color: 4956870.
HSL color Cylindrical-coordinate representation of color #C6A24B: hue angle of 42.44º 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 #C6A24B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 75 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.22 |
| HSL | 42.44º | 0.52% | 0.54% | - |
| HSV(B) | 42.44º | 0.62% | 0.78% | - |
| XYZ | 37.48 | 38.35 | 12.08 | - |
| YUV | 162.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 75 | 0 | 0.18 | 0.62 | 0.22 | 42.44 | 0.52 | 0.54 |
| Hex | C6 | A2 | 4B | 0 | 12 | 3E | 16 | 2A | 34 | 36 |
| Octal | 306 | 242 | 113 | 0 | 22 | 76 | 26 | 52 | 64 | 66 |
| Binary | 11000110 | 10100010 | 1001011 | 0 | 10010 | 111110 | 10110 | 101010 | 110100 | 110110 |
Color Harmonies of #C6A24B
Complementary color
Monochromatic Colors of #C6A24B
Black with #C6A24B
Text Example
Text Example
White with #C6A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A24B; }
p { color: rgb(198,162,75); }
H1.HeaderClassName
{
color: #C6A24B;
}
.AnyTagClassName
{
color: #C6A24B;
}
</style>
background-color css
<style>
a { background-color: #C6A24B; }
a { background-color: rgb(198,162,75); }
div.DivClassName
{
background-color: #C6A24B;
}
.BgClassName
{
background-color: #C6A24B;
}
</style>
border-color css
<style>
span { border-color: #C6A24B; }
span { border-color: rgb(198,162,75); }
td.TdClassName
{
border-color: #C6A24B;
}
.TagClassName
{
border-color: #C6A24B;
}
</style>