Shades of Raw Sienna #D2774C
Tints of Raw Sienna #D2774C
RGB
CMYK
RGB Variations
Color information
#D2774C (or 0xD2774C) is known color: Raw Sienna. HEX triplet: D2, 77 and 4C. RGB value is (210,119,76). Sum of RGB (Red+Green+Blue) = 210+119+76=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2774C is #2D88B3. Grayscale: #8D8D8D. Windows color (decimal): -2984116 or 5011410. OLE color: 5011410.
HSL color Cylindrical-coordinate representation of color #D2774C: hue angle of 19.25º 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 #D2774C is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 76 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.18 |
| HSL | 19.25º | 0.6% | 0.56% | - |
| HSV(B) | 19.25º | 0.64% | 0.82% | - |
| XYZ | 34.48 | 27.42 | 10.31 | - |
| YUV | 141.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 76 | 0 | 0.43 | 0.64 | 0.18 | 19.25 | 0.6 | 0.56 |
| Hex | D2 | 77 | 4C | 0 | 2B | 40 | 12 | 13 | 3C | 38 |
| Octal | 322 | 167 | 114 | 0 | 53 | 100 | 22 | 23 | 74 | 70 |
| Binary | 11010010 | 1110111 | 1001100 | 0 | 101011 | 1000000 | 10010 | 10011 | 111100 | 111000 |
Color Harmonies of #D2774C
Complementary color
Monochromatic Colors of #D2774C
Black with #D2774C
Text Example
Text Example
White with #D2774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2774C; }
p { color: rgb(210,119,76); }
H1.HeaderClassName
{
color: #D2774C;
}
.AnyTagClassName
{
color: #D2774C;
}
</style>
background-color css
<style>
a { background-color: #D2774C; }
a { background-color: rgb(210,119,76); }
div.DivClassName
{
background-color: #D2774C;
}
.BgClassName
{
background-color: #D2774C;
}
</style>
border-color css
<style>
span { border-color: #D2774C; }
span { border-color: rgb(210,119,76); }
td.TdClassName
{
border-color: #D2774C;
}
.TagClassName
{
border-color: #D2774C;
}
</style>