Shades of Raw Sienna #D68050
Tints of Raw Sienna #D68050
RGB
CMYK
RGB Variations
Color information
#D68050 (or 0xD68050) is known color: Raw Sienna. HEX triplet: D6, 80 and 50. RGB value is (214,128,80). Sum of RGB (Red+Green+Blue) = 214+128+80=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D68050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68050 is #297FAF. Grayscale: #949494. Windows color (decimal): -2719664 or 5275862. OLE color: 5275862.
HSL color Cylindrical-coordinate representation of color #D68050: hue angle of 21.49º 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 #D68050 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 80 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.16 |
| HSL | 21.49º | 0.62% | 0.58% | - |
| HSV(B) | 21.49º | 0.63% | 0.84% | - |
| XYZ | 36.9 | 30.31 | 11.5 | - |
| YUV | 148.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 80 | 0 | 0.40 | 0.63 | 0.16 | 21.49 | 0.62 | 0.58 |
| Hex | D6 | 80 | 50 | 0 | 28 | 3F | 10 | 15 | 3E | 3A |
| Octal | 326 | 200 | 120 | 0 | 50 | 77 | 20 | 25 | 76 | 72 |
| Binary | 11010110 | 10000000 | 1010000 | 0 | 101000 | 111111 | 10000 | 10101 | 111110 | 111010 |
Color Harmonies of #D68050
Complementary color
Monochromatic Colors of #D68050
Black with #D68050
Text Example
Text Example
White with #D68050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68050; }
p { color: rgb(214,128,80); }
H1.HeaderClassName
{
color: #D68050;
}
.AnyTagClassName
{
color: #D68050;
}
</style>
background-color css
<style>
a { background-color: #D68050; }
a { background-color: rgb(214,128,80); }
div.DivClassName
{
background-color: #D68050;
}
.BgClassName
{
background-color: #D68050;
}
</style>
border-color css
<style>
span { border-color: #D68050; }
span { border-color: rgb(214,128,80); }
td.TdClassName
{
border-color: #D68050;
}
.TagClassName
{
border-color: #D68050;
}
</style>