Shades of Raw Sienna #D68350
Tints of Raw Sienna #D68350
RGB
CMYK
RGB Variations
Color information
#D68350 (or 0xD68350) is known color: Raw Sienna. HEX triplet: D6, 83 and 50. RGB value is (214,131,80). Sum of RGB (Red+Green+Blue) = 214+131+80=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D68350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68350 is #297CAF. Grayscale: #969696. Windows color (decimal): -2718896 or 5276630. OLE color: 5276630.
HSL color Cylindrical-coordinate representation of color #D68350: hue angle of 22.84º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D68350 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 80 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.16 |
| HSL | 22.84º | 0.62% | 0.58% | - |
| HSV(B) | 22.84º | 0.63% | 0.84% | - |
| XYZ | 37.3 | 31.11 | 11.63 | - |
| YUV | 150 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 80 | 0 | 0.39 | 0.63 | 0.16 | 22.84 | 0.62 | 0.58 |
| Hex | D6 | 83 | 50 | 0 | 27 | 3F | 10 | 17 | 3E | 3A |
| Octal | 326 | 203 | 120 | 0 | 47 | 77 | 20 | 27 | 76 | 72 |
| Binary | 11010110 | 10000011 | 1010000 | 0 | 100111 | 111111 | 10000 | 10111 | 111110 | 111010 |
Color Harmonies of #D68350
Complementary color
Monochromatic Colors of #D68350
Black with #D68350
Text Example
Text Example
White with #D68350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68350; }
p { color: rgb(214,131,80); }
H1.HeaderClassName
{
color: #D68350;
}
.AnyTagClassName
{
color: #D68350;
}
</style>
background-color css
<style>
a { background-color: #D68350; }
a { background-color: rgb(214,131,80); }
div.DivClassName
{
background-color: #D68350;
}
.BgClassName
{
background-color: #D68350;
}
</style>
border-color css
<style>
span { border-color: #D68350; }
span { border-color: rgb(214,131,80); }
td.TdClassName
{
border-color: #D68350;
}
.TagClassName
{
border-color: #D68350;
}
</style>