Shades of Raw Sienna #D07D3D
Tints of Raw Sienna #D07D3D
RGB
CMYK
RGB Variations
Color information
#D07D3D (or 0xD07D3D) is known color: Raw Sienna. HEX triplet: D0, 7D and 3D. RGB value is (208,125,61). Sum of RGB (Red+Green+Blue) = 208+125+61=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D3D is #2F82C2. Grayscale: #8E8E8E. Windows color (decimal): -3113667 or 4029904. OLE color: 4029904.
HSL color Cylindrical-coordinate representation of color #D07D3D: hue angle of 26.12º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D07D3D is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 61 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.18 |
| HSL | 26.12º | 0.61% | 0.53% | - |
| HSV(B) | 26.12º | 0.71% | 0.82% | - |
| XYZ | 34.19 | 28.41 | 8.1 | - |
| YUV | 142.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 61 | 0 | 0.40 | 0.71 | 0.18 | 26.12 | 0.61 | 0.53 |
| Hex | D0 | 7D | 3D | 0 | 28 | 47 | 12 | 1A | 3D | 35 |
| Octal | 320 | 175 | 75 | 0 | 50 | 107 | 22 | 32 | 75 | 65 |
| Binary | 11010000 | 1111101 | 111101 | 0 | 101000 | 1000111 | 10010 | 11010 | 111101 | 110101 |
Color Harmonies of #D07D3D
Complementary color
Monochromatic Colors of #D07D3D
Black with #D07D3D
Text Example
Text Example
White with #D07D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D3D; }
p { color: rgb(208,125,61); }
H1.HeaderClassName
{
color: #D07D3D;
}
.AnyTagClassName
{
color: #D07D3D;
}
</style>
background-color css
<style>
a { background-color: #D07D3D; }
a { background-color: rgb(208,125,61); }
div.DivClassName
{
background-color: #D07D3D;
}
.BgClassName
{
background-color: #D07D3D;
}
</style>
border-color css
<style>
span { border-color: #D07D3D; }
span { border-color: rgb(208,125,61); }
td.TdClassName
{
border-color: #D07D3D;
}
.TagClassName
{
border-color: #D07D3D;
}
</style>