Shades of Raw Sienna #DA7F4A
Tints of Raw Sienna #DA7F4A
RGB
CMYK
RGB Variations
Color information
#DA7F4A (or 0xDA7F4A) is known color: Raw Sienna. HEX triplet: DA, 7F and 4A. RGB value is (218,127,74). Sum of RGB (Red+Green+Blue) = 218+127+74=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F4A is #2580B5. Grayscale: #949494. Windows color (decimal): -2457782 or 4882394. OLE color: 4882394.
HSL color Cylindrical-coordinate representation of color #DA7F4A: hue angle of 22.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA7F4A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 74 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.15 |
| HSL | 22.08º | 0.66% | 0.57% | - |
| HSV(B) | 22.08º | 0.66% | 0.85% | - |
| XYZ | 37.74 | 30.58 | 10.39 | - |
| YUV | 148.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 74 | 0 | 0.42 | 0.66 | 0.15 | 22.08 | 0.66 | 0.57 |
| Hex | DA | 7F | 4A | 0 | 2A | 42 | F | 16 | 42 | 39 |
| Octal | 332 | 177 | 112 | 0 | 52 | 102 | 17 | 26 | 102 | 71 |
| Binary | 11011010 | 1111111 | 1001010 | 0 | 101010 | 1000010 | 1111 | 10110 | 1000010 | 111001 |
Color Harmonies of #DA7F4A
Complementary color
Monochromatic Colors of #DA7F4A
Black with #DA7F4A
Text Example
Text Example
White with #DA7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F4A; }
p { color: rgb(218,127,74); }
H1.HeaderClassName
{
color: #DA7F4A;
}
.AnyTagClassName
{
color: #DA7F4A;
}
</style>
background-color css
<style>
a { background-color: #DA7F4A; }
a { background-color: rgb(218,127,74); }
div.DivClassName
{
background-color: #DA7F4A;
}
.BgClassName
{
background-color: #DA7F4A;
}
</style>
border-color css
<style>
span { border-color: #DA7F4A; }
span { border-color: rgb(218,127,74); }
td.TdClassName
{
border-color: #DA7F4A;
}
.TagClassName
{
border-color: #DA7F4A;
}
</style>