Shades of Raw Sienna #DA804D
Tints of Raw Sienna #DA804D
RGB
CMYK
RGB Variations
Color information
#DA804D (or 0xDA804D) is known color: Raw Sienna. HEX triplet: DA, 80 and 4D. RGB value is (218,128,77). Sum of RGB (Red+Green+Blue) = 218+128+77=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA804D is #257FB2. Grayscale: #959595. Windows color (decimal): -2457523 or 5079258. OLE color: 5079258.
HSL color Cylindrical-coordinate representation of color #DA804D: hue angle of 21.7º 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 #DA804D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 77 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.15 |
| HSL | 21.7º | 0.66% | 0.58% | - |
| HSV(B) | 21.7º | 0.65% | 0.85% | - |
| XYZ | 37.97 | 30.88 | 10.98 | - |
| YUV | 149.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 77 | 0 | 0.41 | 0.65 | 0.15 | 21.7 | 0.66 | 0.58 |
| Hex | DA | 80 | 4D | 0 | 29 | 41 | F | 16 | 42 | 3A |
| Octal | 332 | 200 | 115 | 0 | 51 | 101 | 17 | 26 | 102 | 72 |
| Binary | 11011010 | 10000000 | 1001101 | 0 | 101001 | 1000001 | 1111 | 10110 | 1000010 | 111010 |
Color Harmonies of #DA804D
Complementary color
Monochromatic Colors of #DA804D
Black with #DA804D
Text Example
Text Example
White with #DA804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA804D; }
p { color: rgb(218,128,77); }
H1.HeaderClassName
{
color: #DA804D;
}
.AnyTagClassName
{
color: #DA804D;
}
</style>
background-color css
<style>
a { background-color: #DA804D; }
a { background-color: rgb(218,128,77); }
div.DivClassName
{
background-color: #DA804D;
}
.BgClassName
{
background-color: #DA804D;
}
</style>
border-color css
<style>
span { border-color: #DA804D; }
span { border-color: rgb(218,128,77); }
td.TdClassName
{
border-color: #DA804D;
}
.TagClassName
{
border-color: #DA804D;
}
</style>