Shades of Raw Sienna #D07F54
Tints of Raw Sienna #D07F54
RGB
CMYK
RGB Variations
Color information
#D07F54 (or 0xD07F54) is known color: Raw Sienna. HEX triplet: D0, 7F and 54. RGB value is (208,127,84). Sum of RGB (Red+Green+Blue) = 208+127+84=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F54 is #2F80AB. Grayscale: #929292. Windows color (decimal): -3113132 or 5537744. OLE color: 5537744.
HSL color Cylindrical-coordinate representation of color #D07F54: hue angle of 20.81º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D07F54 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 84 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.18 |
| HSL | 20.81º | 0.57% | 0.57% | - |
| HSV(B) | 20.81º | 0.6% | 0.82% | - |
| XYZ | 35.2 | 29.23 | 12.17 | - |
| YUV | 146.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 84 | 0 | 0.39 | 0.60 | 0.18 | 20.81 | 0.57 | 0.57 |
| Hex | D0 | 7F | 54 | 0 | 27 | 3C | 12 | 15 | 39 | 39 |
| Octal | 320 | 177 | 124 | 0 | 47 | 74 | 22 | 25 | 71 | 71 |
| Binary | 11010000 | 1111111 | 1010100 | 0 | 100111 | 111100 | 10010 | 10101 | 111001 | 111001 |
Color Harmonies of #D07F54
Complementary color
Monochromatic Colors of #D07F54
Black with #D07F54
Text Example
Text Example
White with #D07F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F54; }
p { color: rgb(208,127,84); }
H1.HeaderClassName
{
color: #D07F54;
}
.AnyTagClassName
{
color: #D07F54;
}
</style>
background-color css
<style>
a { background-color: #D07F54; }
a { background-color: rgb(208,127,84); }
div.DivClassName
{
background-color: #D07F54;
}
.BgClassName
{
background-color: #D07F54;
}
</style>
border-color css
<style>
span { border-color: #D07F54; }
span { border-color: rgb(208,127,84); }
td.TdClassName
{
border-color: #D07F54;
}
.TagClassName
{
border-color: #D07F54;
}
</style>