#D27C42

Color #D27C42 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #D27C42

Tints of Raw Sienna #D27C42

Color information

#D27C42 (or 0xD27C42) is unknown color: approx Raw Sienna. HEX triplet: D2, 7C and 42. RGB value is (210,124,66). Sum of RGB (Red+Green+Blue) = 210+124+66=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C42 is #2D83BD. Grayscale: #8F8F8F. Windows color (decimal): -2982846 or 4357330. OLE color: 4357330.

HSL color Cylindrical-coordinate representation of color #D27C42: hue angle of 24.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D27C42 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB21012466-
CMYK00.410.690.18
HSL24.17º61.54%54.12%-
HSV(B)24.17º68.57%82.35%-
XYZ34.7728.518.82-
YUV143.184.49175.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 52.5%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=52.5%
G=31%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101246600.410.690.1824.1761.5454.12
HexD27C420294512183e36
Octal32217410205110522307666
Binary1101001011111001000010010100110001011001011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27C42; }

 p { color: rgb(210,124,66); }

 H1.HeaderClassName
 {
   color: #D27C42;
 }
 .AnyTagClassName
 {
   color: #D27C42;
 }
</style>
background-color css

<style>
 a { background-color: #D27C42; }

 a { background-color: rgb(210,124,66); }

 div.DivClassName
 {
   background-color: #D27C42;
 }
 .BgClassName
 {
   background-color: #D27C42;
 }
</style>
border-color css

<style>
 span { border-color: #D27C42; }

 span { border-color: rgb(210,124,66); }

 td.TdClassName
 {
   border-color: #D27C42;
 }
 .TagClassName
 {
   border-color: #D27C42;
 }
</style>