Shades of Raw Sienna #DA824F
Tints of Raw Sienna #DA824F
RGB
CMYK
RGB Variations
Color information
#DA824F (or 0xDA824F) is known color: Raw Sienna. HEX triplet: DA, 82 and 4F. RGB value is (218,130,79). Sum of RGB (Red+Green+Blue) = 218+130+79=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA824F is #257DB0. Grayscale: #969696. Windows color (decimal): -2457009 or 5210842. OLE color: 5210842.
HSL color Cylindrical-coordinate representation of color #DA824F: hue angle of 22.01º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA824F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 79 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.15 |
| HSL | 22.01º | 0.65% | 0.58% | - |
| HSV(B) | 22.01º | 0.64% | 0.85% | - |
| XYZ | 38.31 | 31.44 | 11.45 | - |
| YUV | 150.5 | 87.65 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 79 | 0 | 0.40 | 0.64 | 0.15 | 22.01 | 0.65 | 0.58 |
| Hex | DA | 82 | 4F | 0 | 28 | 40 | F | 16 | 41 | 3A |
| Octal | 332 | 202 | 117 | 0 | 50 | 100 | 17 | 26 | 101 | 72 |
| Binary | 11011010 | 10000010 | 1001111 | 0 | 101000 | 1000000 | 1111 | 10110 | 1000001 | 111010 |
Color Harmonies of #DA824F
Complementary color
Monochromatic Colors of #DA824F
Black with #DA824F
Text Example
Text Example
White with #DA824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA824F; }
p { color: rgb(218,130,79); }
H1.HeaderClassName
{
color: #DA824F;
}
.AnyTagClassName
{
color: #DA824F;
}
</style>
background-color css
<style>
a { background-color: #DA824F; }
a { background-color: rgb(218,130,79); }
div.DivClassName
{
background-color: #DA824F;
}
.BgClassName
{
background-color: #DA824F;
}
</style>
border-color css
<style>
span { border-color: #DA824F; }
span { border-color: rgb(218,130,79); }
td.TdClassName
{
border-color: #DA824F;
}
.TagClassName
{
border-color: #DA824F;
}
</style>