Shades of Raw Sienna #DA7D4D
Tints of Raw Sienna #DA7D4D
RGB
CMYK
RGB Variations
Color information
#DA7D4D (or 0xDA7D4D) is known color: Raw Sienna. HEX triplet: DA, 7D and 4D. RGB value is (218,125,77). Sum of RGB (Red+Green+Blue) = 218+125+77=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D4D is #2582B2. Grayscale: #939393. Windows color (decimal): -2458291 or 5078490. OLE color: 5078490.
HSL color Cylindrical-coordinate representation of color #DA7D4D: hue angle of 20.43º 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 #DA7D4D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 77 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.15 |
| HSL | 20.43º | 0.66% | 0.58% | - |
| HSV(B) | 20.43º | 0.65% | 0.85% | - |
| XYZ | 37.59 | 30.11 | 10.85 | - |
| YUV | 147.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 77 | 0 | 0.43 | 0.65 | 0.15 | 20.43 | 0.66 | 0.58 |
| Hex | DA | 7D | 4D | 0 | 2B | 41 | F | 14 | 42 | 3A |
| Octal | 332 | 175 | 115 | 0 | 53 | 101 | 17 | 24 | 102 | 72 |
| Binary | 11011010 | 1111101 | 1001101 | 0 | 101011 | 1000001 | 1111 | 10100 | 1000010 | 111010 |
Color Harmonies of #DA7D4D
Complementary color
Monochromatic Colors of #DA7D4D
Black with #DA7D4D
Text Example
Text Example
White with #DA7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D4D; }
p { color: rgb(218,125,77); }
H1.HeaderClassName
{
color: #DA7D4D;
}
.AnyTagClassName
{
color: #DA7D4D;
}
</style>
background-color css
<style>
a { background-color: #DA7D4D; }
a { background-color: rgb(218,125,77); }
div.DivClassName
{
background-color: #DA7D4D;
}
.BgClassName
{
background-color: #DA7D4D;
}
</style>
border-color css
<style>
span { border-color: #DA7D4D; }
span { border-color: rgb(218,125,77); }
td.TdClassName
{
border-color: #DA7D4D;
}
.TagClassName
{
border-color: #DA7D4D;
}
</style>