Shades of Raw Sienna #D38350
Tints of Raw Sienna #D38350
RGB
CMYK
RGB Variations
Color information
#D38350 (or 0xD38350) is known color: Raw Sienna. HEX triplet: D3, 83 and 50. RGB value is (211,131,80). Sum of RGB (Red+Green+Blue) = 211+131+80=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D38350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38350 is #2C7CAF. Grayscale: #959595. Windows color (decimal): -2915504 or 5276627. OLE color: 5276627.
HSL color Cylindrical-coordinate representation of color #D38350: hue angle of 23.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D38350 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 80 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.17 |
| HSL | 23.36º | 0.6% | 0.57% | - |
| HSV(B) | 23.36º | 0.62% | 0.83% | - |
| XYZ | 36.43 | 30.66 | 11.59 | - |
| YUV | 149.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 80 | 0 | 0.38 | 0.62 | 0.17 | 23.36 | 0.6 | 0.57 |
| Hex | D3 | 83 | 50 | 0 | 26 | 3E | 11 | 17 | 3C | 39 |
| Octal | 323 | 203 | 120 | 0 | 46 | 76 | 21 | 27 | 74 | 71 |
| Binary | 11010011 | 10000011 | 1010000 | 0 | 100110 | 111110 | 10001 | 10111 | 111100 | 111001 |
Color Harmonies of #D38350
Complementary color
Monochromatic Colors of #D38350
Black with #D38350
Text Example
Text Example
White with #D38350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38350; }
p { color: rgb(211,131,80); }
H1.HeaderClassName
{
color: #D38350;
}
.AnyTagClassName
{
color: #D38350;
}
</style>
background-color css
<style>
a { background-color: #D38350; }
a { background-color: rgb(211,131,80); }
div.DivClassName
{
background-color: #D38350;
}
.BgClassName
{
background-color: #D38350;
}
</style>
border-color css
<style>
span { border-color: #D38350; }
span { border-color: rgb(211,131,80); }
td.TdClassName
{
border-color: #D38350;
}
.TagClassName
{
border-color: #D38350;
}
</style>