Shades of Raw Sienna #D07D4C
Tints of Raw Sienna #D07D4C
RGB
CMYK
RGB Variations
Color information
#D07D4C (or 0xD07D4C) is known color: Raw Sienna. HEX triplet: D0, 7D and 4C. RGB value is (208,125,76). Sum of RGB (Red+Green+Blue) = 208+125+76=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D4C is #2F82B3. Grayscale: #909090. Windows color (decimal): -3113652 or 5012944. OLE color: 5012944.
HSL color Cylindrical-coordinate representation of color #D07D4C: hue angle of 22.27º 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 #D07D4C is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 76 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.18 |
| HSL | 22.27º | 0.58% | 0.56% | - |
| HSV(B) | 22.27º | 0.63% | 0.82% | - |
| XYZ | 34.65 | 28.6 | 10.53 | - |
| YUV | 144.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 76 | 0 | 0.40 | 0.63 | 0.18 | 22.27 | 0.58 | 0.56 |
| Hex | D0 | 7D | 4C | 0 | 28 | 3F | 12 | 16 | 3A | 38 |
| Octal | 320 | 175 | 114 | 0 | 50 | 77 | 22 | 26 | 72 | 70 |
| Binary | 11010000 | 1111101 | 1001100 | 0 | 101000 | 111111 | 10010 | 10110 | 111010 | 111000 |
Color Harmonies of #D07D4C
Complementary color
Monochromatic Colors of #D07D4C
Black with #D07D4C
Text Example
Text Example
White with #D07D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D4C; }
p { color: rgb(208,125,76); }
H1.HeaderClassName
{
color: #D07D4C;
}
.AnyTagClassName
{
color: #D07D4C;
}
</style>
background-color css
<style>
a { background-color: #D07D4C; }
a { background-color: rgb(208,125,76); }
div.DivClassName
{
background-color: #D07D4C;
}
.BgClassName
{
background-color: #D07D4C;
}
</style>
border-color css
<style>
span { border-color: #D07D4C; }
span { border-color: rgb(208,125,76); }
td.TdClassName
{
border-color: #D07D4C;
}
.TagClassName
{
border-color: #D07D4C;
}
</style>