Shades of Raw Sienna #D67F4F
Tints of Raw Sienna #D67F4F
RGB
CMYK
RGB Variations
Color information
#D67F4F (or 0xD67F4F) is known color: Raw Sienna. HEX triplet: D6, 7F and 4F. RGB value is (214,127,79). Sum of RGB (Red+Green+Blue) = 214+127+79=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F4F is #2980B0. Grayscale: #939393. Windows color (decimal): -2719921 or 5210070. OLE color: 5210070.
HSL color Cylindrical-coordinate representation of color #D67F4F: hue angle of 21.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D67F4F is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 79 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.16 |
| HSL | 21.33º | 0.62% | 0.57% | - |
| HSV(B) | 21.33º | 0.63% | 0.84% | - |
| XYZ | 36.73 | 30.04 | 11.26 | - |
| YUV | 147.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 79 | 0 | 0.41 | 0.63 | 0.16 | 21.33 | 0.62 | 0.57 |
| Hex | D6 | 7F | 4F | 0 | 29 | 3F | 10 | 15 | 3E | 39 |
| Octal | 326 | 177 | 117 | 0 | 51 | 77 | 20 | 25 | 76 | 71 |
| Binary | 11010110 | 1111111 | 1001111 | 0 | 101001 | 111111 | 10000 | 10101 | 111110 | 111001 |
Color Harmonies of #D67F4F
Complementary color
Monochromatic Colors of #D67F4F
Black with #D67F4F
Text Example
Text Example
White with #D67F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F4F; }
p { color: rgb(214,127,79); }
H1.HeaderClassName
{
color: #D67F4F;
}
.AnyTagClassName
{
color: #D67F4F;
}
</style>
background-color css
<style>
a { background-color: #D67F4F; }
a { background-color: rgb(214,127,79); }
div.DivClassName
{
background-color: #D67F4F;
}
.BgClassName
{
background-color: #D67F4F;
}
</style>
border-color css
<style>
span { border-color: #D67F4F; }
span { border-color: rgb(214,127,79); }
td.TdClassName
{
border-color: #D67F4F;
}
.TagClassName
{
border-color: #D67F4F;
}
</style>