Html Css Color HEX #DC854E Raw Sienna

📋 copy color: '#DC854E'

red 220 ◦ green 133 ◦ blue 78

#DC854E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Sienna #DC854E

Tints of Raw Sienna #DC854E

RGB

 RED value IS 220 (86.33% from 255) = 51.04%

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 78 (30.86% from 255) = 18.1%

R = 51.04%
G = 30.86%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC854E (or 0xDC854E) is known color: Raw Sienna. HEX triplet: DC, 85 and 4E. RGB value is (220,133,78). Sum of RGB (Red+Green+Blue) = 220+133+78=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC854E is #237AB1. Grayscale: #999999. Windows color (decimal): -2325170 or 5146076. OLE color: 5146076.

HSL color Cylindrical-coordinate representation of color #DC854E: hue angle of 23.24º 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 #DC854E is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 78 -
CMYK 0 0.40 0.65 0.14
HSL 23.24º 0.67% 0.58% -
HSV(B) 23.24º 0.65% 0.86% -
XYZ 39.28 32.54 11.42 -
YUV 152.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 220 133 78 0 0.40 0.65 0.14 23.24 0.67 0.58
Hex DC 85 4E 0 28 41 E 17 43 3A
Octal 334 205 116 0 50 101 16 27 103 72
Binary 11011100 10000101 1001110 0 101000 1000001 1110 10111 1000011 111010

Color Harmonies of #DC854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC854E

Black with #DC854E

Text Example


Text Example

White with #DC854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC854E; }

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

 H1.HeaderClassName
 {
   color: #DC854E;
 }
 .AnyTagClassName
 {
   color: #DC854E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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