Shades of Raw Sienna #DA7F4D
Tints of Raw Sienna #DA7F4D
RGB
CMYK
RGB Variations
Color information
#DA7F4D (or 0xDA7F4D) is known color: Raw Sienna. HEX triplet: DA, 7F and 4D. RGB value is (218,127,77). Sum of RGB (Red+Green+Blue) = 218+127+77=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F4D is #2580B2. Grayscale: #949494. Windows color (decimal): -2457779 or 5079002. OLE color: 5079002.
HSL color Cylindrical-coordinate representation of color #DA7F4D: hue angle of 21.28º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA7F4D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 77 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.15 |
| HSL | 21.28º | 0.66% | 0.58% | - |
| HSV(B) | 21.28º | 0.65% | 0.85% | - |
| XYZ | 37.84 | 30.62 | 10.94 | - |
| YUV | 148.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 77 | 0 | 0.42 | 0.65 | 0.15 | 21.28 | 0.66 | 0.58 |
| Hex | DA | 7F | 4D | 0 | 2A | 41 | F | 15 | 42 | 3A |
| Octal | 332 | 177 | 115 | 0 | 52 | 101 | 17 | 25 | 102 | 72 |
| Binary | 11011010 | 1111111 | 1001101 | 0 | 101010 | 1000001 | 1111 | 10101 | 1000010 | 111010 |
Color Harmonies of #DA7F4D
Complementary color
Monochromatic Colors of #DA7F4D
Black with #DA7F4D
Text Example
Text Example
White with #DA7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F4D; }
p { color: rgb(218,127,77); }
H1.HeaderClassName
{
color: #DA7F4D;
}
.AnyTagClassName
{
color: #DA7F4D;
}
</style>
background-color css
<style>
a { background-color: #DA7F4D; }
a { background-color: rgb(218,127,77); }
div.DivClassName
{
background-color: #DA7F4D;
}
.BgClassName
{
background-color: #DA7F4D;
}
</style>
border-color css
<style>
span { border-color: #DA7F4D; }
span { border-color: rgb(218,127,77); }
td.TdClassName
{
border-color: #DA7F4D;
}
.TagClassName
{
border-color: #DA7F4D;
}
</style>