Shades of Raw Sienna #D2774A
Tints of Raw Sienna #D2774A
RGB
CMYK
RGB Variations
Color information
#D2774A (or 0xD2774A) is known color: Raw Sienna. HEX triplet: D2, 77 and 4A. RGB value is (210,119,74). Sum of RGB (Red+Green+Blue) = 210+119+74=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2774A is #2D88B5. Grayscale: #8D8D8D. Windows color (decimal): -2984118 or 4880338. OLE color: 4880338.
HSL color Cylindrical-coordinate representation of color #D2774A: hue angle of 19.85º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2774A is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 74 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.18 |
| HSL | 19.85º | 0.6% | 0.56% | - |
| HSV(B) | 19.85º | 0.65% | 0.82% | - |
| XYZ | 34.41 | 27.39 | 9.95 | - |
| YUV | 141.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 74 | 0 | 0.43 | 0.65 | 0.18 | 19.85 | 0.6 | 0.56 |
| Hex | D2 | 77 | 4A | 0 | 2B | 41 | 12 | 14 | 3C | 38 |
| Octal | 322 | 167 | 112 | 0 | 53 | 101 | 22 | 24 | 74 | 70 |
| Binary | 11010010 | 1110111 | 1001010 | 0 | 101011 | 1000001 | 10010 | 10100 | 111100 | 111000 |
Color Harmonies of #D2774A
Complementary color
Monochromatic Colors of #D2774A
Black with #D2774A
Text Example
Text Example
White with #D2774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2774A; }
p { color: rgb(210,119,74); }
H1.HeaderClassName
{
color: #D2774A;
}
.AnyTagClassName
{
color: #D2774A;
}
</style>
background-color css
<style>
a { background-color: #D2774A; }
a { background-color: rgb(210,119,74); }
div.DivClassName
{
background-color: #D2774A;
}
.BgClassName
{
background-color: #D2774A;
}
</style>
border-color css
<style>
span { border-color: #D2774A; }
span { border-color: rgb(210,119,74); }
td.TdClassName
{
border-color: #D2774A;
}
.TagClassName
{
border-color: #D2774A;
}
</style>