Shades of Raw Sienna #D07C3F
Tints of Raw Sienna #D07C3F
RGB
CMYK
RGB Variations
Color information
#D07C3F (or 0xD07C3F) is known color: Raw Sienna. HEX triplet: D0, 7C and 3F. RGB value is (208,124,63). Sum of RGB (Red+Green+Blue) = 208+124+63=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C3F is #2F83C0. Grayscale: #8E8E8E. Windows color (decimal): -3113921 or 4160720. OLE color: 4160720.
HSL color Cylindrical-coordinate representation of color #D07C3F: hue angle of 25.24º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D07C3F is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 63 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.18 |
| HSL | 25.24º | 0.61% | 0.53% | - |
| HSV(B) | 25.24º | 0.7% | 0.82% | - |
| XYZ | 34.12 | 28.18 | 8.34 | - |
| YUV | 142.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 63 | 0 | 0.40 | 0.70 | 0.18 | 25.24 | 0.61 | 0.53 |
| Hex | D0 | 7C | 3F | 0 | 28 | 46 | 12 | 19 | 3D | 35 |
| Octal | 320 | 174 | 77 | 0 | 50 | 106 | 22 | 31 | 75 | 65 |
| Binary | 11010000 | 1111100 | 111111 | 0 | 101000 | 1000110 | 10010 | 11001 | 111101 | 110101 |
Color Harmonies of #D07C3F
Complementary color
Monochromatic Colors of #D07C3F
Black with #D07C3F
Text Example
Text Example
White with #D07C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C3F; }
p { color: rgb(208,124,63); }
H1.HeaderClassName
{
color: #D07C3F;
}
.AnyTagClassName
{
color: #D07C3F;
}
</style>
background-color css
<style>
a { background-color: #D07C3F; }
a { background-color: rgb(208,124,63); }
div.DivClassName
{
background-color: #D07C3F;
}
.BgClassName
{
background-color: #D07C3F;
}
</style>
border-color css
<style>
span { border-color: #D07C3F; }
span { border-color: rgb(208,124,63); }
td.TdClassName
{
border-color: #D07C3F;
}
.TagClassName
{
border-color: #D07C3F;
}
</style>