Shades of Raw Sienna #DA874C
Tints of Raw Sienna #DA874C
RGB
CMYK
RGB Variations
Color information
#DA874C (or 0xDA874C) is known color: Raw Sienna. HEX triplet: DA, 87 and 4C. RGB value is (218,135,76). Sum of RGB (Red+Green+Blue) = 218+135+76=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA874C is #2578B3. Grayscale: #999999. Windows color (decimal): -2455732 or 5015514. OLE color: 5015514.
HSL color Cylindrical-coordinate representation of color #DA874C: hue angle of 24.93º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA874C is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 135 | 76 | - |
CMYK | 0 | 0.38 | 0.65 | 0.15 |
HSL | 24.93º | 0.66% | 0.58% | - |
HSV(B) | 24.93º | 0.65% | 0.85% | - |
XYZ | 38.88 | 32.76 | 11.11 | - |
YUV | 153.09 | 84.5 | 174.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 135 | 76 | 0 | 0.38 | 0.65 | 0.15 | 24.93 | 0.66 | 0.58 |
Hex | DA | 87 | 4C | 0 | 26 | 41 | F | 19 | 42 | 3A |
Octal | 332 | 207 | 114 | 0 | 46 | 101 | 17 | 31 | 102 | 72 |
Binary | 11011010 | 10000111 | 1001100 | 0 | 100110 | 1000001 | 1111 | 11001 | 1000010 | 111010 |
Color Harmonies of #DA874C
Complementary color
Monochromatic Colors of #DA874C
Black with #DA874C
Text Example
Text Example
White with #DA874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA874C; }
p { color: rgb(218,135,76); }
H1.HeaderClassName
{
color: #DA874C;
}
.AnyTagClassName
{
color: #DA874C;
}
</style>
background-color css
<style>
a { background-color: #DA874C; }
a { background-color: rgb(218,135,76); }
div.DivClassName
{
background-color: #DA874C;
}
.BgClassName
{
background-color: #DA874C;
}
</style>
border-color css
<style>
span { border-color: #DA874C; }
span { border-color: rgb(218,135,76); }
td.TdClassName
{
border-color: #DA874C;
}
.TagClassName
{
border-color: #DA874C;
}
</style>