Shades of Raw Sienna #D07E4D
Tints of Raw Sienna #D07E4D
RGB
CMYK
RGB Variations
Color information
#D07E4D (or 0xD07E4D) is known color: Raw Sienna. HEX triplet: D0, 7E and 4D. RGB value is (208,126,77). Sum of RGB (Red+Green+Blue) = 208+126+77=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E4D is #2F81B2. Grayscale: #919191. Windows color (decimal): -3113395 or 5078736. OLE color: 5078736.
HSL color Cylindrical-coordinate representation of color #D07E4D: hue angle of 22.44º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D07E4D is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 77 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.18 |
| HSL | 22.44º | 0.58% | 0.56% | - |
| HSV(B) | 22.44º | 0.63% | 0.82% | - |
| XYZ | 34.81 | 28.87 | 10.76 | - |
| YUV | 144.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 77 | 0 | 0.39 | 0.63 | 0.18 | 22.44 | 0.58 | 0.56 |
| Hex | D0 | 7E | 4D | 0 | 27 | 3F | 12 | 16 | 3A | 38 |
| Octal | 320 | 176 | 115 | 0 | 47 | 77 | 22 | 26 | 72 | 70 |
| Binary | 11010000 | 1111110 | 1001101 | 0 | 100111 | 111111 | 10010 | 10110 | 111010 | 111000 |
Color Harmonies of #D07E4D
Complementary color
Monochromatic Colors of #D07E4D
Black with #D07E4D
Text Example
Text Example
White with #D07E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E4D; }
p { color: rgb(208,126,77); }
H1.HeaderClassName
{
color: #D07E4D;
}
.AnyTagClassName
{
color: #D07E4D;
}
</style>
background-color css
<style>
a { background-color: #D07E4D; }
a { background-color: rgb(208,126,77); }
div.DivClassName
{
background-color: #D07E4D;
}
.BgClassName
{
background-color: #D07E4D;
}
</style>
border-color css
<style>
span { border-color: #D07E4D; }
span { border-color: rgb(208,126,77); }
td.TdClassName
{
border-color: #D07E4D;
}
.TagClassName
{
border-color: #D07E4D;
}
</style>