Html Css Color HEX #DC864F Raw Sienna

📋 copy color: '#DC864F'

red 220 ◦ green 134 ◦ blue 79

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

Shades of Raw Sienna #DC864F

Tints of Raw Sienna #DC864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.24%

R = 50.81%
G = 30.95%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC864F (or 0xDC864F) is known color: Raw Sienna. HEX triplet: DC, 86 and 4F. RGB value is (220,134,79). Sum of RGB (Red+Green+Blue) = 220+134+79=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC864F is #2379B0. Grayscale: #999999. Windows color (decimal): -2324913 or 5211868. OLE color: 5211868.

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

Color convert

RGB 220 134 79 -
CMYK 0 0.39 0.64 0.14
HSL 23.4º 0.67% 0.59% -
HSV(B) 23.4º 0.64% 0.86% -
XYZ 39.45 32.83 11.65 -
YUV 153.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 220 134 79 0 0.39 0.64 0.14 23.4 0.67 0.59
Hex DC 86 4F 0 27 40 E 17 43 3B
Octal 334 206 117 0 47 100 16 27 103 73
Binary 11011100 10000110 1001111 0 100111 1000000 1110 10111 1000011 111011

Color Harmonies of #DC864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC864F

Black with #DC864F

Text Example


Text Example

White with #DC864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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