Shades of Raw Sienna #D68242
Tints of Raw Sienna #D68242
RGB
CMYK
RGB Variations
Color information
#D68242 (or 0xD68242) is known color: Raw Sienna. HEX triplet: D6, 82 and 42. RGB value is (214,130,66). Sum of RGB (Red+Green+Blue) = 214+130+66=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D68242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68242 is #297DBD. Grayscale: #949494. Windows color (decimal): -2719166 or 4358870. OLE color: 4358870.
HSL color Cylindrical-coordinate representation of color #D68242: hue angle of 25.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D68242 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 66 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.16 |
| HSL | 25.95º | 0.64% | 0.55% | - |
| HSV(B) | 25.95º | 0.69% | 0.84% | - |
| XYZ | 36.7 | 30.65 | 9.14 | - |
| YUV | 147.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 66 | 0 | 0.39 | 0.69 | 0.16 | 25.95 | 0.64 | 0.55 |
| Hex | D6 | 82 | 42 | 0 | 27 | 45 | 10 | 1A | 40 | 37 |
| Octal | 326 | 202 | 102 | 0 | 47 | 105 | 20 | 32 | 100 | 67 |
| Binary | 11010110 | 10000010 | 1000010 | 0 | 100111 | 1000101 | 10000 | 11010 | 1000000 | 110111 |
Color Harmonies of #D68242
Complementary color
Monochromatic Colors of #D68242
Black with #D68242
Text Example
Text Example
White with #D68242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68242; }
p { color: rgb(214,130,66); }
H1.HeaderClassName
{
color: #D68242;
}
.AnyTagClassName
{
color: #D68242;
}
</style>
background-color css
<style>
a { background-color: #D68242; }
a { background-color: rgb(214,130,66); }
div.DivClassName
{
background-color: #D68242;
}
.BgClassName
{
background-color: #D68242;
}
</style>
border-color css
<style>
span { border-color: #D68242; }
span { border-color: rgb(214,130,66); }
td.TdClassName
{
border-color: #D68242;
}
.TagClassName
{
border-color: #D68242;
}
</style>