Html Css Color HEX #DC864D Raw Sienna

📋 copy color: '#DC864D'

red 220 ◦ green 134 ◦ blue 77

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

Shades of Raw Sienna #DC864D

Tints of Raw Sienna #DC864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 51.04%
G = 31.09%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC864D (or 0xDC864D) is known color: Raw Sienna. HEX triplet: DC, 86 and 4D. RGB value is (220,134,77). Sum of RGB (Red+Green+Blue) = 220+134+77=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC864D is #2379B2. Grayscale: #999999. Windows color (decimal): -2324915 or 5080796. OLE color: 5080796.

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

Color convert

RGB 220 134 77 -
CMYK 0 0.39 0.65 0.14
HSL 23.92º 0.67% 0.58% -
HSV(B) 23.92º 0.65% 0.86% -
XYZ 39.38 32.8 11.28 -
YUV 153.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 220 134 77 0 0.39 0.65 0.14 23.92 0.67 0.58
Hex DC 86 4D 0 27 41 E 18 43 3A
Octal 334 206 115 0 47 101 16 30 103 72
Binary 11011100 10000110 1001101 0 100111 1000001 1110 11000 1000011 111010

Color Harmonies of #DC864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC864D

Black with #DC864D

Text Example


Text Example

White with #DC864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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