Shades of Sundance #C6A33D
Tints of Sundance #C6A33D
RGB
CMYK
RGB Variations
Color information
#C6A33D (or 0xC6A33D) is known color: Sundance. HEX triplet: C6, A3 and 3D. RGB value is (198,163,61). Sum of RGB (Red+Green+Blue) = 198+163+61=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A33D is #395CC2. Grayscale: #A2A2A2. Windows color (decimal): -3759299 or 4039622. OLE color: 4039622.
HSL color Cylindrical-coordinate representation of color #C6A33D: hue angle of 44.67º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6A33D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 61 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.22 |
| HSL | 44.67º | 0.55% | 0.51% | - |
| HSV(B) | 44.67º | 0.69% | 0.78% | - |
| XYZ | 37.23 | 38.54 | 9.89 | - |
| YUV | 161.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 61 | 0 | 0.18 | 0.69 | 0.22 | 44.67 | 0.55 | 0.51 |
| Hex | C6 | A3 | 3D | 0 | 12 | 45 | 16 | 2D | 37 | 33 |
| Octal | 306 | 243 | 75 | 0 | 22 | 105 | 26 | 55 | 67 | 63 |
| Binary | 11000110 | 10100011 | 111101 | 0 | 10010 | 1000101 | 10110 | 101101 | 110111 | 110011 |
Color Harmonies of #C6A33D
Complementary color
Monochromatic Colors of #C6A33D
Black with #C6A33D
Text Example
Text Example
White with #C6A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A33D; }
p { color: rgb(198,163,61); }
H1.HeaderClassName
{
color: #C6A33D;
}
.AnyTagClassName
{
color: #C6A33D;
}
</style>
background-color css
<style>
a { background-color: #C6A33D; }
a { background-color: rgb(198,163,61); }
div.DivClassName
{
background-color: #C6A33D;
}
.BgClassName
{
background-color: #C6A33D;
}
</style>
border-color css
<style>
span { border-color: #C6A33D; }
span { border-color: rgb(198,163,61); }
td.TdClassName
{
border-color: #C6A33D;
}
.TagClassName
{
border-color: #C6A33D;
}
</style>