Shades of Raw Sienna #D68450
Tints of Raw Sienna #D68450
RGB
CMYK
RGB Variations
Color information
#D68450 (or 0xD68450) is known color: Raw Sienna. HEX triplet: D6, 84 and 50. RGB value is (214,132,80). Sum of RGB (Red+Green+Blue) = 214+132+80=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D68450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68450 is #297BAF. Grayscale: #969696. Windows color (decimal): -2718640 or 5276886. OLE color: 5276886.
HSL color Cylindrical-coordinate representation of color #D68450: hue angle of 23.28º 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 #D68450 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 80 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.16 |
| HSL | 23.28º | 0.62% | 0.58% | - |
| HSV(B) | 23.28º | 0.63% | 0.84% | - |
| XYZ | 37.43 | 31.38 | 11.67 | - |
| YUV | 150.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 80 | 0 | 0.38 | 0.63 | 0.16 | 23.28 | 0.62 | 0.58 |
| Hex | D6 | 84 | 50 | 0 | 26 | 3F | 10 | 17 | 3E | 3A |
| Octal | 326 | 204 | 120 | 0 | 46 | 77 | 20 | 27 | 76 | 72 |
| Binary | 11010110 | 10000100 | 1010000 | 0 | 100110 | 111111 | 10000 | 10111 | 111110 | 111010 |
Color Harmonies of #D68450
Complementary color
Monochromatic Colors of #D68450
Black with #D68450
Text Example
Text Example
White with #D68450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68450; }
p { color: rgb(214,132,80); }
H1.HeaderClassName
{
color: #D68450;
}
.AnyTagClassName
{
color: #D68450;
}
</style>
background-color css
<style>
a { background-color: #D68450; }
a { background-color: rgb(214,132,80); }
div.DivClassName
{
background-color: #D68450;
}
.BgClassName
{
background-color: #D68450;
}
</style>
border-color css
<style>
span { border-color: #D68450; }
span { border-color: rgb(214,132,80); }
td.TdClassName
{
border-color: #D68450;
}
.TagClassName
{
border-color: #D68450;
}
</style>