Shades of Raw Sienna #D07D41
Tints of Raw Sienna #D07D41
RGB
CMYK
RGB Variations
Color information
#D07D41 (or 0xD07D41) is known color: Raw Sienna. HEX triplet: D0, 7D and 41. RGB value is (208,125,65). Sum of RGB (Red+Green+Blue) = 208+125+65=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D41 is #2F82BE. Grayscale: #8F8F8F. Windows color (decimal): -3113663 or 4292048. OLE color: 4292048.
HSL color Cylindrical-coordinate representation of color #D07D41: hue angle of 25.17º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D07D41 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 65 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.18 |
| HSL | 25.17º | 0.6% | 0.54% | - |
| HSV(B) | 25.17º | 0.69% | 0.82% | - |
| XYZ | 34.3 | 28.46 | 8.69 | - |
| YUV | 142.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 65 | 0 | 0.40 | 0.69 | 0.18 | 25.17 | 0.6 | 0.54 |
| Hex | D0 | 7D | 41 | 0 | 28 | 45 | 12 | 19 | 3C | 36 |
| Octal | 320 | 175 | 101 | 0 | 50 | 105 | 22 | 31 | 74 | 66 |
| Binary | 11010000 | 1111101 | 1000001 | 0 | 101000 | 1000101 | 10010 | 11001 | 111100 | 110110 |
Color Harmonies of #D07D41
Complementary color
Monochromatic Colors of #D07D41
Black with #D07D41
Text Example
Text Example
White with #D07D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D41; }
p { color: rgb(208,125,65); }
H1.HeaderClassName
{
color: #D07D41;
}
.AnyTagClassName
{
color: #D07D41;
}
</style>
background-color css
<style>
a { background-color: #D07D41; }
a { background-color: rgb(208,125,65); }
div.DivClassName
{
background-color: #D07D41;
}
.BgClassName
{
background-color: #D07D41;
}
</style>
border-color css
<style>
span { border-color: #D07D41; }
span { border-color: rgb(208,125,65); }
td.TdClassName
{
border-color: #D07D41;
}
.TagClassName
{
border-color: #D07D41;
}
</style>