Shades of Raw Sienna #D07C42
Tints of Raw Sienna #D07C42
RGB
CMYK
RGB Variations
Color information
#D07C42 (or 0xD07C42) is known color: Raw Sienna. HEX triplet: D0, 7C and 42. RGB value is (208,124,66). Sum of RGB (Red+Green+Blue) = 208+124+66=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C42 is #2F83BD. Grayscale: #8E8E8E. Windows color (decimal): -3113918 or 4357328. OLE color: 4357328.
HSL color Cylindrical-coordinate representation of color #D07C42: hue angle of 24.51º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D07C42 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 66 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.18 |
| HSL | 24.51º | 0.6% | 0.54% | - |
| HSV(B) | 24.51º | 0.68% | 0.82% | - |
| XYZ | 34.2 | 28.22 | 8.8 | - |
| YUV | 142.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 66 | 0 | 0.40 | 0.68 | 0.18 | 24.51 | 0.6 | 0.54 |
| Hex | D0 | 7C | 42 | 0 | 28 | 44 | 12 | 19 | 3C | 36 |
| Octal | 320 | 174 | 102 | 0 | 50 | 104 | 22 | 31 | 74 | 66 |
| Binary | 11010000 | 1111100 | 1000010 | 0 | 101000 | 1000100 | 10010 | 11001 | 111100 | 110110 |
Color Harmonies of #D07C42
Complementary color
Monochromatic Colors of #D07C42
Black with #D07C42
Text Example
Text Example
White with #D07C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C42; }
p { color: rgb(208,124,66); }
H1.HeaderClassName
{
color: #D07C42;
}
.AnyTagClassName
{
color: #D07C42;
}
</style>
background-color css
<style>
a { background-color: #D07C42; }
a { background-color: rgb(208,124,66); }
div.DivClassName
{
background-color: #D07C42;
}
.BgClassName
{
background-color: #D07C42;
}
</style>
border-color css
<style>
span { border-color: #D07C42; }
span { border-color: rgb(208,124,66); }
td.TdClassName
{
border-color: #D07C42;
}
.TagClassName
{
border-color: #D07C42;
}
</style>