Shades of Raw Sienna #D07E54
Tints of Raw Sienna #D07E54
RGB
CMYK
RGB Variations
Color information
#D07E54 (or 0xD07E54) is known color: Raw Sienna. HEX triplet: D0, 7E and 54. RGB value is (208,126,84). Sum of RGB (Red+Green+Blue) = 208+126+84=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E54 is #2F81AB. Grayscale: #919191. Windows color (decimal): -3113388 or 5537488. OLE color: 5537488.
HSL color Cylindrical-coordinate representation of color #D07E54: hue angle of 20.32º 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 #D07E54 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 84 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.18 |
| HSL | 20.32º | 0.57% | 0.57% | - |
| HSV(B) | 20.32º | 0.6% | 0.82% | - |
| XYZ | 35.07 | 28.97 | 12.13 | - |
| YUV | 145.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 84 | 0 | 0.39 | 0.60 | 0.18 | 20.32 | 0.57 | 0.57 |
| Hex | D0 | 7E | 54 | 0 | 27 | 3C | 12 | 14 | 39 | 39 |
| Octal | 320 | 176 | 124 | 0 | 47 | 74 | 22 | 24 | 71 | 71 |
| Binary | 11010000 | 1111110 | 1010100 | 0 | 100111 | 111100 | 10010 | 10100 | 111001 | 111001 |
Color Harmonies of #D07E54
Complementary color
Monochromatic Colors of #D07E54
Black with #D07E54
Text Example
Text Example
White with #D07E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E54; }
p { color: rgb(208,126,84); }
H1.HeaderClassName
{
color: #D07E54;
}
.AnyTagClassName
{
color: #D07E54;
}
</style>
background-color css
<style>
a { background-color: #D07E54; }
a { background-color: rgb(208,126,84); }
div.DivClassName
{
background-color: #D07E54;
}
.BgClassName
{
background-color: #D07E54;
}
</style>
border-color css
<style>
span { border-color: #D07E54; }
span { border-color: rgb(208,126,84); }
td.TdClassName
{
border-color: #D07E54;
}
.TagClassName
{
border-color: #D07E54;
}
</style>