Shades of Raw Sienna #D07D3E
Tints of Raw Sienna #D07D3E
RGB
CMYK
RGB Variations
Color information
#D07D3E (or 0xD07D3E) is known color: Raw Sienna. HEX triplet: D0, 7D and 3E. RGB value is (208,125,62). Sum of RGB (Red+Green+Blue) = 208+125+62=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D3E is #2F82C1. Grayscale: #8E8E8E. Windows color (decimal): -3113666 or 4095440. OLE color: 4095440.
HSL color Cylindrical-coordinate representation of color #D07D3E: hue angle of 25.89º 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 #D07D3E is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 62 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.18 |
| HSL | 25.89º | 0.61% | 0.53% | - |
| HSV(B) | 25.89º | 0.7% | 0.82% | - |
| XYZ | 34.22 | 28.42 | 8.24 | - |
| YUV | 142.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 62 | 0 | 0.40 | 0.70 | 0.18 | 25.89 | 0.61 | 0.53 |
| Hex | D0 | 7D | 3E | 0 | 28 | 46 | 12 | 1A | 3D | 35 |
| Octal | 320 | 175 | 76 | 0 | 50 | 106 | 22 | 32 | 75 | 65 |
| Binary | 11010000 | 1111101 | 111110 | 0 | 101000 | 1000110 | 10010 | 11010 | 111101 | 110101 |
Color Harmonies of #D07D3E
Complementary color
Monochromatic Colors of #D07D3E
Black with #D07D3E
Text Example
Text Example
White with #D07D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D3E; }
p { color: rgb(208,125,62); }
H1.HeaderClassName
{
color: #D07D3E;
}
.AnyTagClassName
{
color: #D07D3E;
}
</style>
background-color css
<style>
a { background-color: #D07D3E; }
a { background-color: rgb(208,125,62); }
div.DivClassName
{
background-color: #D07D3E;
}
.BgClassName
{
background-color: #D07D3E;
}
</style>
border-color css
<style>
span { border-color: #D07D3E; }
span { border-color: rgb(208,125,62); }
td.TdClassName
{
border-color: #D07D3E;
}
.TagClassName
{
border-color: #D07D3E;
}
</style>