Shades of Raw Sienna #DA864D
Tints of Raw Sienna #DA864D
RGB
CMYK
RGB Variations
Color information
#DA864D (or 0xDA864D) is known color: Raw Sienna. HEX triplet: DA, 86 and 4D. RGB value is (218,134,77). Sum of RGB (Red+Green+Blue) = 218+134+77=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA864D is #2579B2. Grayscale: #989898. Windows color (decimal): -2455987 or 5080794. OLE color: 5080794.
HSL color Cylindrical-coordinate representation of color #DA864D: hue angle of 24.26º 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 #DA864D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 77 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.15 |
| HSL | 24.26º | 0.66% | 0.58% | - |
| HSV(B) | 24.26º | 0.65% | 0.85% | - |
| XYZ | 38.78 | 32.49 | 11.25 | - |
| YUV | 152.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 77 | 0 | 0.39 | 0.65 | 0.15 | 24.26 | 0.66 | 0.58 |
| Hex | DA | 86 | 4D | 0 | 27 | 41 | F | 18 | 42 | 3A |
| Octal | 332 | 206 | 115 | 0 | 47 | 101 | 17 | 30 | 102 | 72 |
| Binary | 11011010 | 10000110 | 1001101 | 0 | 100111 | 1000001 | 1111 | 11000 | 1000010 | 111010 |
Color Harmonies of #DA864D
Complementary color
Monochromatic Colors of #DA864D
Black with #DA864D
Text Example
Text Example
White with #DA864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA864D; }
p { color: rgb(218,134,77); }
H1.HeaderClassName
{
color: #DA864D;
}
.AnyTagClassName
{
color: #DA864D;
}
</style>
background-color css
<style>
a { background-color: #DA864D; }
a { background-color: rgb(218,134,77); }
div.DivClassName
{
background-color: #DA864D;
}
.BgClassName
{
background-color: #DA864D;
}
</style>
border-color css
<style>
span { border-color: #DA864D; }
span { border-color: rgb(218,134,77); }
td.TdClassName
{
border-color: #DA864D;
}
.TagClassName
{
border-color: #DA864D;
}
</style>