Shades of Raw Sienna #DA7C40
Tints of Raw Sienna #DA7C40
RGB
CMYK
RGB Variations
Color information
#DA7C40 (or 0xDA7C40) is known color: Raw Sienna. HEX triplet: DA, 7C and 40. RGB value is (218,124,64). Sum of RGB (Red+Green+Blue) = 218+124+64=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7C40 is #2583BF. Grayscale: #919191. Windows color (decimal): -2458560 or 4226266. OLE color: 4226266.
HSL color Cylindrical-coordinate representation of color #DA7C40: hue angle of 23.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA7C40 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 64 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.15 |
| HSL | 23.38º | 0.68% | 0.55% | - |
| HSV(B) | 23.38º | 0.71% | 0.85% | - |
| XYZ | 37.05 | 29.69 | 8.63 | - |
| YUV | 145.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 64 | 0 | 0.43 | 0.71 | 0.15 | 23.38 | 0.68 | 0.55 |
| Hex | DA | 7C | 40 | 0 | 2B | 47 | F | 17 | 44 | 37 |
| Octal | 332 | 174 | 100 | 0 | 53 | 107 | 17 | 27 | 104 | 67 |
| Binary | 11011010 | 1111100 | 1000000 | 0 | 101011 | 1000111 | 1111 | 10111 | 1000100 | 110111 |
Color Harmonies of #DA7C40
Complementary color
Monochromatic Colors of #DA7C40
Black with #DA7C40
Text Example
Text Example
White with #DA7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C40; }
p { color: rgb(218,124,64); }
H1.HeaderClassName
{
color: #DA7C40;
}
.AnyTagClassName
{
color: #DA7C40;
}
</style>
background-color css
<style>
a { background-color: #DA7C40; }
a { background-color: rgb(218,124,64); }
div.DivClassName
{
background-color: #DA7C40;
}
.BgClassName
{
background-color: #DA7C40;
}
</style>
border-color css
<style>
span { border-color: #DA7C40; }
span { border-color: rgb(218,124,64); }
td.TdClassName
{
border-color: #DA7C40;
}
.TagClassName
{
border-color: #DA7C40;
}
</style>