Shades of Raw Sienna #DA7D40
Tints of Raw Sienna #DA7D40
RGB
CMYK
RGB Variations
Color information
#DA7D40 (or 0xDA7D40) is known color: Raw Sienna. HEX triplet: DA, 7D and 40. RGB value is (218,125,64). Sum of RGB (Red+Green+Blue) = 218+125+64=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D40 is #2582BF. Grayscale: #929292. Windows color (decimal): -2458304 or 4226522. OLE color: 4226522.
HSL color Cylindrical-coordinate representation of color #DA7D40: hue angle of 23.77º 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 #DA7D40 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 64 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.15 |
| HSL | 23.77º | 0.68% | 0.55% | - |
| HSV(B) | 23.77º | 0.71% | 0.85% | - |
| XYZ | 37.17 | 29.94 | 8.67 | - |
| YUV | 145.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 64 | 0 | 0.43 | 0.71 | 0.15 | 23.77 | 0.68 | 0.55 |
| Hex | DA | 7D | 40 | 0 | 2B | 47 | F | 18 | 44 | 37 |
| Octal | 332 | 175 | 100 | 0 | 53 | 107 | 17 | 30 | 104 | 67 |
| Binary | 11011010 | 1111101 | 1000000 | 0 | 101011 | 1000111 | 1111 | 11000 | 1000100 | 110111 |
Color Harmonies of #DA7D40
Complementary color
Monochromatic Colors of #DA7D40
Black with #DA7D40
Text Example
Text Example
White with #DA7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D40; }
p { color: rgb(218,125,64); }
H1.HeaderClassName
{
color: #DA7D40;
}
.AnyTagClassName
{
color: #DA7D40;
}
</style>
background-color css
<style>
a { background-color: #DA7D40; }
a { background-color: rgb(218,125,64); }
div.DivClassName
{
background-color: #DA7D40;
}
.BgClassName
{
background-color: #DA7D40;
}
</style>
border-color css
<style>
span { border-color: #DA7D40; }
span { border-color: rgb(218,125,64); }
td.TdClassName
{
border-color: #DA7D40;
}
.TagClassName
{
border-color: #DA7D40;
}
</style>