Shades of Raw Sienna #D07D45
Tints of Raw Sienna #D07D45
RGB
CMYK
RGB Variations
Color information
#D07D45 (or 0xD07D45) is known color: Raw Sienna. HEX triplet: D0, 7D and 45. RGB value is (208,125,69). Sum of RGB (Red+Green+Blue) = 208+125+69=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D45 is #2F82BA. Grayscale: #8F8F8F. Windows color (decimal): -3113659 or 4554192. OLE color: 4554192.
HSL color Cylindrical-coordinate representation of color #D07D45: hue angle of 24.17º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D07D45 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 69 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.18 |
| HSL | 24.17º | 0.6% | 0.54% | - |
| HSV(B) | 24.17º | 0.67% | 0.82% | - |
| XYZ | 34.42 | 28.51 | 9.32 | - |
| YUV | 143.43 | 86 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 69 | 0 | 0.40 | 0.67 | 0.18 | 24.17 | 0.6 | 0.54 |
| Hex | D0 | 7D | 45 | 0 | 28 | 43 | 12 | 18 | 3C | 36 |
| Octal | 320 | 175 | 105 | 0 | 50 | 103 | 22 | 30 | 74 | 66 |
| Binary | 11010000 | 1111101 | 1000101 | 0 | 101000 | 1000011 | 10010 | 11000 | 111100 | 110110 |
Color Harmonies of #D07D45
Complementary color
Monochromatic Colors of #D07D45
Black with #D07D45
Text Example
Text Example
White with #D07D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D45; }
p { color: rgb(208,125,69); }
H1.HeaderClassName
{
color: #D07D45;
}
.AnyTagClassName
{
color: #D07D45;
}
</style>
background-color css
<style>
a { background-color: #D07D45; }
a { background-color: rgb(208,125,69); }
div.DivClassName
{
background-color: #D07D45;
}
.BgClassName
{
background-color: #D07D45;
}
</style>
border-color css
<style>
span { border-color: #D07D45; }
span { border-color: rgb(208,125,69); }
td.TdClassName
{
border-color: #D07D45;
}
.TagClassName
{
border-color: #D07D45;
}
</style>