Shades of Sundance #C2B14F
Tints of Sundance #C2B14F
RGB
CMYK
RGB Variations
Color information
#C2B14F (or 0xC2B14F) is known color: Sundance. HEX triplet: C2, B1 and 4F. RGB value is (194,177,79). Sum of RGB (Red+Green+Blue) = 194+177+79=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B14F is #3D4EB0. Grayscale: #ABABAB. Windows color (decimal): -4017841 or 5222850. OLE color: 5222850.
HSL color Cylindrical-coordinate representation of color #C2B14F: hue angle of 51.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2B14F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 79 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.24 |
| HSL | 51.13º | 0.49% | 0.54% | - |
| HSV(B) | 51.13º | 0.59% | 0.76% | - |
| XYZ | 39.38 | 43.48 | 13.71 | - |
| YUV | 170.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 79 | 0 | 0.09 | 0.59 | 0.24 | 51.13 | 0.49 | 0.54 |
| Hex | C2 | B1 | 4F | 0 | 9 | 3B | 18 | 33 | 31 | 36 |
| Octal | 302 | 261 | 117 | 0 | 11 | 73 | 30 | 63 | 61 | 66 |
| Binary | 11000010 | 10110001 | 1001111 | 0 | 1001 | 111011 | 11000 | 110011 | 110001 | 110110 |
Color Harmonies of #C2B14F
Complementary color
Monochromatic Colors of #C2B14F
Black with #C2B14F
Text Example
Text Example
White with #C2B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B14F; }
p { color: rgb(194,177,79); }
H1.HeaderClassName
{
color: #C2B14F;
}
.AnyTagClassName
{
color: #C2B14F;
}
</style>
background-color css
<style>
a { background-color: #C2B14F; }
a { background-color: rgb(194,177,79); }
div.DivClassName
{
background-color: #C2B14F;
}
.BgClassName
{
background-color: #C2B14F;
}
</style>
border-color css
<style>
span { border-color: #C2B14F; }
span { border-color: rgb(194,177,79); }
td.TdClassName
{
border-color: #C2B14F;
}
.TagClassName
{
border-color: #C2B14F;
}
</style>