Shades of Raw Sienna #D68244
Tints of Raw Sienna #D68244
RGB
CMYK
RGB Variations
Color information
#D68244 (or 0xD68244) is known color: Raw Sienna. HEX triplet: D6, 82 and 44. RGB value is (214,130,68). Sum of RGB (Red+Green+Blue) = 214+130+68=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D68244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68244 is #297DBB. Grayscale: #949494. Windows color (decimal): -2719164 or 4489942. OLE color: 4489942.
HSL color Cylindrical-coordinate representation of color #D68244: hue angle of 25.48º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D68244 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 68 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.16 |
| HSL | 25.48º | 0.64% | 0.55% | - |
| HSV(B) | 25.48º | 0.68% | 0.84% | - |
| XYZ | 36.76 | 30.68 | 9.45 | - |
| YUV | 148.05 | 82.83 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 68 | 0 | 0.39 | 0.68 | 0.16 | 25.48 | 0.64 | 0.55 |
| Hex | D6 | 82 | 44 | 0 | 27 | 44 | 10 | 19 | 40 | 37 |
| Octal | 326 | 202 | 104 | 0 | 47 | 104 | 20 | 31 | 100 | 67 |
| Binary | 11010110 | 10000010 | 1000100 | 0 | 100111 | 1000100 | 10000 | 11001 | 1000000 | 110111 |
Color Harmonies of #D68244
Complementary color
Monochromatic Colors of #D68244
Black with #D68244
Text Example
Text Example
White with #D68244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68244; }
p { color: rgb(214,130,68); }
H1.HeaderClassName
{
color: #D68244;
}
.AnyTagClassName
{
color: #D68244;
}
</style>
background-color css
<style>
a { background-color: #D68244; }
a { background-color: rgb(214,130,68); }
div.DivClassName
{
background-color: #D68244;
}
.BgClassName
{
background-color: #D68244;
}
</style>
border-color css
<style>
span { border-color: #D68244; }
span { border-color: rgb(214,130,68); }
td.TdClassName
{
border-color: #D68244;
}
.TagClassName
{
border-color: #D68244;
}
</style>