Shades of Raw Sienna #D07A40
Tints of Raw Sienna #D07A40
RGB
CMYK
RGB Variations
Color information
#D07A40 (or 0xD07A40) is known color: Raw Sienna. HEX triplet: D0, 7A and 40. RGB value is (208,122,64). Sum of RGB (Red+Green+Blue) = 208+122+64=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A40 is #2F85BF. Grayscale: #8D8D8D. Windows color (decimal): -3114432 or 4225744. OLE color: 4225744.
HSL color Cylindrical-coordinate representation of color #D07A40: hue angle of 24.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D07A40 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 64 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.18 |
| HSL | 24.17º | 0.61% | 0.53% | - |
| HSV(B) | 24.17º | 0.69% | 0.82% | - |
| XYZ | 33.9 | 27.7 | 8.41 | - |
| YUV | 141.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 64 | 0 | 0.41 | 0.69 | 0.18 | 24.17 | 0.61 | 0.53 |
| Hex | D0 | 7A | 40 | 0 | 29 | 45 | 12 | 18 | 3D | 35 |
| Octal | 320 | 172 | 100 | 0 | 51 | 105 | 22 | 30 | 75 | 65 |
| Binary | 11010000 | 1111010 | 1000000 | 0 | 101001 | 1000101 | 10010 | 11000 | 111101 | 110101 |
Color Harmonies of #D07A40
Complementary color
Monochromatic Colors of #D07A40
Black with #D07A40
Text Example
Text Example
White with #D07A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A40; }
p { color: rgb(208,122,64); }
H1.HeaderClassName
{
color: #D07A40;
}
.AnyTagClassName
{
color: #D07A40;
}
</style>
background-color css
<style>
a { background-color: #D07A40; }
a { background-color: rgb(208,122,64); }
div.DivClassName
{
background-color: #D07A40;
}
.BgClassName
{
background-color: #D07A40;
}
</style>
border-color css
<style>
span { border-color: #D07A40; }
span { border-color: rgb(208,122,64); }
td.TdClassName
{
border-color: #D07A40;
}
.TagClassName
{
border-color: #D07A40;
}
</style>