Shades of Raw Sienna #D68150
Tints of Raw Sienna #D68150
RGB
CMYK
RGB Variations
Color information
#D68150 (or 0xD68150) is known color: Raw Sienna. HEX triplet: D6, 81 and 50. RGB value is (214,129,80). Sum of RGB (Red+Green+Blue) = 214+129+80=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D68150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68150 is #297EAF. Grayscale: #959595. Windows color (decimal): -2719408 or 5276118. OLE color: 5276118.
HSL color Cylindrical-coordinate representation of color #D68150: hue angle of 21.94º 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 #D68150 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 80 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.16 |
| HSL | 21.94º | 0.62% | 0.58% | - |
| HSV(B) | 21.94º | 0.63% | 0.84% | - |
| XYZ | 37.03 | 30.58 | 11.54 | - |
| YUV | 148.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 80 | 0 | 0.40 | 0.63 | 0.16 | 21.94 | 0.62 | 0.58 |
| Hex | D6 | 81 | 50 | 0 | 28 | 3F | 10 | 16 | 3E | 3A |
| Octal | 326 | 201 | 120 | 0 | 50 | 77 | 20 | 26 | 76 | 72 |
| Binary | 11010110 | 10000001 | 1010000 | 0 | 101000 | 111111 | 10000 | 10110 | 111110 | 111010 |
Color Harmonies of #D68150
Complementary color
Monochromatic Colors of #D68150
Black with #D68150
Text Example
Text Example
White with #D68150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68150; }
p { color: rgb(214,129,80); }
H1.HeaderClassName
{
color: #D68150;
}
.AnyTagClassName
{
color: #D68150;
}
</style>
background-color css
<style>
a { background-color: #D68150; }
a { background-color: rgb(214,129,80); }
div.DivClassName
{
background-color: #D68150;
}
.BgClassName
{
background-color: #D68150;
}
</style>
border-color css
<style>
span { border-color: #D68150; }
span { border-color: rgb(214,129,80); }
td.TdClassName
{
border-color: #D68150;
}
.TagClassName
{
border-color: #D68150;
}
</style>