#DC854D

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

Shades of Raw Sienna #DC854D

Tints of Raw Sienna #DC854D

Color information

#DC854D (or 0xDC854D) is unknown color: approx Raw Sienna. HEX triplet: DC, 85 and 4D. RGB value is (220,133,77). Sum of RGB (Red+Green+Blue) = 220+133+77=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC854D is #237AB2. Grayscale: #989898. Windows color (decimal): -2325171 or 5080540. OLE color: 5080540.

HSL color Cylindrical-coordinate representation of color #DC854D: hue angle of 23.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC854D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22013377-
CMYK00.400.650.14
HSL23.5º67.14%58.24%-
HSV(B)23.5º65%86.27%-
XYZ39.2432.5311.23-
YUV152.6385.32176.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=51.16%
G=30.93%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201337700.400.650.1423.567.1458.24
HexDC854D02841E17433a
Octal334205115050101162710372
Binary11011100100001011001101010100010000011110101111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC854D; }

 p { color: rgb(220,133,77); }

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

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

 a { background-color: rgb(220,133,77); }

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

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

 span { border-color: rgb(220,133,77); }

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