Shades of Roti #C29D3A
Tints of Roti #C29D3A
RGB
CMYK
RGB Variations
Color information
#C29D3A (or 0xC29D3A) is known color: Roti. HEX triplet: C2, 9D and 3A. RGB value is (194,157,58). Sum of RGB (Red+Green+Blue) = 194+157+58=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D3A is #3D62C5. Grayscale: #9D9D9D. Windows color (decimal): -4022982 or 3841474. OLE color: 3841474.
HSL color Cylindrical-coordinate representation of color #C29D3A: hue angle of 43.68º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C29D3A is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 58 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.24 |
| HSL | 43.68º | 0.54% | 0.49% | - |
| HSV(B) | 43.68º | 0.7% | 0.76% | - |
| XYZ | 35.07 | 35.89 | 9.08 | - |
| YUV | 156.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 58 | 0 | 0.19 | 0.70 | 0.24 | 43.68 | 0.54 | 0.49 |
| Hex | C2 | 9D | 3A | 0 | 13 | 46 | 18 | 2C | 36 | 31 |
| Octal | 302 | 235 | 72 | 0 | 23 | 106 | 30 | 54 | 66 | 61 |
| Binary | 11000010 | 10011101 | 111010 | 0 | 10011 | 1000110 | 11000 | 101100 | 110110 | 110001 |
Color Harmonies of #C29D3A
Complementary color
Monochromatic Colors of #C29D3A
Black with #C29D3A
Text Example
Text Example
White with #C29D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D3A; }
p { color: rgb(194,157,58); }
H1.HeaderClassName
{
color: #C29D3A;
}
.AnyTagClassName
{
color: #C29D3A;
}
</style>
background-color css
<style>
a { background-color: #C29D3A; }
a { background-color: rgb(194,157,58); }
div.DivClassName
{
background-color: #C29D3A;
}
.BgClassName
{
background-color: #C29D3A;
}
</style>
border-color css
<style>
span { border-color: #C29D3A; }
span { border-color: rgb(194,157,58); }
td.TdClassName
{
border-color: #C29D3A;
}
.TagClassName
{
border-color: #C29D3A;
}
</style>