Shades of Raw Sienna #D07C40
Tints of Raw Sienna #D07C40
RGB
CMYK
RGB Variations
Color information
#D07C40 (or 0xD07C40) is known color: Raw Sienna. HEX triplet: D0, 7C and 40. RGB value is (208,124,64). Sum of RGB (Red+Green+Blue) = 208+124+64=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C40 is #2F83BF. Grayscale: #8E8E8E. Windows color (decimal): -3113920 or 4226256. OLE color: 4226256.
HSL color Cylindrical-coordinate representation of color #D07C40: hue angle of 25º 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 #D07C40 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 64 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.18 |
| HSL | 25º | 0.61% | 0.53% | - |
| HSV(B) | 25º | 0.69% | 0.82% | - |
| XYZ | 34.15 | 28.2 | 8.49 | - |
| YUV | 142.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 64 | 0 | 0.40 | 0.69 | 0.18 | 25 | 0.61 | 0.53 |
| Hex | D0 | 7C | 40 | 0 | 28 | 45 | 12 | 19 | 3D | 35 |
| Octal | 320 | 174 | 100 | 0 | 50 | 105 | 22 | 31 | 75 | 65 |
| Binary | 11010000 | 1111100 | 1000000 | 0 | 101000 | 1000101 | 10010 | 11001 | 111101 | 110101 |
Color Harmonies of #D07C40
Complementary color
Monochromatic Colors of #D07C40
Black with #D07C40
Text Example
Text Example
White with #D07C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C40; }
p { color: rgb(208,124,64); }
H1.HeaderClassName
{
color: #D07C40;
}
.AnyTagClassName
{
color: #D07C40;
}
</style>
background-color css
<style>
a { background-color: #D07C40; }
a { background-color: rgb(208,124,64); }
div.DivClassName
{
background-color: #D07C40;
}
.BgClassName
{
background-color: #D07C40;
}
</style>
border-color css
<style>
span { border-color: #D07C40; }
span { border-color: rgb(208,124,64); }
td.TdClassName
{
border-color: #D07C40;
}
.TagClassName
{
border-color: #D07C40;
}
</style>