Shades of Raw Sienna #D27F4C
Tints of Raw Sienna #D27F4C
RGB
CMYK
RGB Variations
Color information
#D27F4C (or 0xD27F4C) is known color: Raw Sienna. HEX triplet: D2, 7F and 4C. RGB value is (210,127,76). Sum of RGB (Red+Green+Blue) = 210+127+76=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F4C is #2D80B3. Grayscale: #929292. Windows color (decimal): -2982068 or 5013458. OLE color: 5013458.
HSL color Cylindrical-coordinate representation of color #D27F4C: hue angle of 22.84º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D27F4C is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 76 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.18 |
| HSL | 22.84º | 0.6% | 0.56% | - |
| HSV(B) | 22.84º | 0.64% | 0.82% | - |
| XYZ | 35.47 | 29.4 | 10.64 | - |
| YUV | 146 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 76 | 0 | 0.40 | 0.64 | 0.18 | 22.84 | 0.6 | 0.56 |
| Hex | D2 | 7F | 4C | 0 | 28 | 40 | 12 | 17 | 3C | 38 |
| Octal | 322 | 177 | 114 | 0 | 50 | 100 | 22 | 27 | 74 | 70 |
| Binary | 11010010 | 1111111 | 1001100 | 0 | 101000 | 1000000 | 10010 | 10111 | 111100 | 111000 |
Color Harmonies of #D27F4C
Complementary color
Monochromatic Colors of #D27F4C
Black with #D27F4C
Text Example
Text Example
White with #D27F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F4C; }
p { color: rgb(210,127,76); }
H1.HeaderClassName
{
color: #D27F4C;
}
.AnyTagClassName
{
color: #D27F4C;
}
</style>
background-color css
<style>
a { background-color: #D27F4C; }
a { background-color: rgb(210,127,76); }
div.DivClassName
{
background-color: #D27F4C;
}
.BgClassName
{
background-color: #D27F4C;
}
</style>
border-color css
<style>
span { border-color: #D27F4C; }
span { border-color: rgb(210,127,76); }
td.TdClassName
{
border-color: #D27F4C;
}
.TagClassName
{
border-color: #D27F4C;
}
</style>