Shades of Raw Sienna #DA7B42
Tints of Raw Sienna #DA7B42
RGB
CMYK
RGB Variations
Color information
#DA7B42 (or 0xDA7B42) is known color: Raw Sienna. HEX triplet: DA, 7B and 42. RGB value is (218,123,66). Sum of RGB (Red+Green+Blue) = 218+123+66=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B42 is #2584BD. Grayscale: #919191. Windows color (decimal): -2458814 or 4357082. OLE color: 4357082.
HSL color Cylindrical-coordinate representation of color #DA7B42: hue angle of 22.5º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA7B42 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 66 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.15 |
| HSL | 22.5º | 0.67% | 0.56% | - |
| HSV(B) | 22.5º | 0.7% | 0.85% | - |
| XYZ | 36.98 | 29.46 | 8.89 | - |
| YUV | 144.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 66 | 0 | 0.44 | 0.70 | 0.15 | 22.5 | 0.67 | 0.56 |
| Hex | DA | 7B | 42 | 0 | 2C | 46 | F | 16 | 43 | 38 |
| Octal | 332 | 173 | 102 | 0 | 54 | 106 | 17 | 26 | 103 | 70 |
| Binary | 11011010 | 1111011 | 1000010 | 0 | 101100 | 1000110 | 1111 | 10110 | 1000011 | 111000 |
Color Harmonies of #DA7B42
Complementary color
Monochromatic Colors of #DA7B42
Black with #DA7B42
Text Example
Text Example
White with #DA7B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B42; }
p { color: rgb(218,123,66); }
H1.HeaderClassName
{
color: #DA7B42;
}
.AnyTagClassName
{
color: #DA7B42;
}
</style>
background-color css
<style>
a { background-color: #DA7B42; }
a { background-color: rgb(218,123,66); }
div.DivClassName
{
background-color: #DA7B42;
}
.BgClassName
{
background-color: #DA7B42;
}
</style>
border-color css
<style>
span { border-color: #DA7B42; }
span { border-color: rgb(218,123,66); }
td.TdClassName
{
border-color: #DA7B42;
}
.TagClassName
{
border-color: #DA7B42;
}
</style>