Shades of Raw Sienna #D27D3C
Tints of Raw Sienna #D27D3C
RGB
CMYK
RGB Variations
Color information
#D27D3C (or 0xD27D3C) is known color: Raw Sienna. HEX triplet: D2, 7D and 3C. RGB value is (210,125,60). Sum of RGB (Red+Green+Blue) = 210+125+60=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D3C is #2D82C3. Grayscale: #8F8F8F. Windows color (decimal): -2982596 or 3964370. OLE color: 3964370.
HSL color Cylindrical-coordinate representation of color #D27D3C: hue angle of 26º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D27D3C is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 60 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.18 |
| HSL | 26º | 0.63% | 0.53% | - |
| HSV(B) | 26º | 0.71% | 0.82% | - |
| XYZ | 34.73 | 28.7 | 7.98 | - |
| YUV | 143.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 60 | 0 | 0.40 | 0.71 | 0.18 | 26 | 0.63 | 0.53 |
| Hex | D2 | 7D | 3C | 0 | 28 | 47 | 12 | 1A | 3E | 35 |
| Octal | 322 | 175 | 74 | 0 | 50 | 107 | 22 | 32 | 76 | 65 |
| Binary | 11010010 | 1111101 | 111100 | 0 | 101000 | 1000111 | 10010 | 11010 | 111110 | 110101 |
Color Harmonies of #D27D3C
Complementary color
Monochromatic Colors of #D27D3C
Black with #D27D3C
Text Example
Text Example
White with #D27D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D3C; }
p { color: rgb(210,125,60); }
H1.HeaderClassName
{
color: #D27D3C;
}
.AnyTagClassName
{
color: #D27D3C;
}
</style>
background-color css
<style>
a { background-color: #D27D3C; }
a { background-color: rgb(210,125,60); }
div.DivClassName
{
background-color: #D27D3C;
}
.BgClassName
{
background-color: #D27D3C;
}
</style>
border-color css
<style>
span { border-color: #D27D3C; }
span { border-color: rgb(210,125,60); }
td.TdClassName
{
border-color: #D27D3C;
}
.TagClassName
{
border-color: #D27D3C;
}
</style>