Html Css Color HEX #DC863F Tree Poppy

📋 copy color: '#DC863F'

red 220 ◦ green 134 ◦ blue 63

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

Shades of Tree Poppy #DC863F

Tints of Tree Poppy #DC863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.11%

R = 52.76%
G = 32.13%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC863F (or 0xDC863F) is known color: Tree Poppy. HEX triplet: DC, 86 and 3F. RGB value is (220,134,63). Sum of RGB (Red+Green+Blue) = 220+134+63=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC863F is #2379C0. Grayscale: #979797. Windows color (decimal): -2324929 or 4163292. OLE color: 4163292.

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

Color convert

RGB 220 134 63 -
CMYK 0 0.39 0.71 0.14
HSL 27.13º 0.69% 0.55% -
HSV(B) 27.13º 0.71% 0.86% -
XYZ 38.94 32.62 8.95 -
YUV 151.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 220 134 63 0 0.39 0.71 0.14 27.13 0.69 0.55
Hex DC 86 3F 0 27 47 E 1B 45 37
Octal 334 206 77 0 47 107 16 33 105 67
Binary 11011100 10000110 111111 0 100111 1000111 1110 11011 1000101 110111

Color Harmonies of #DC863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC863F

Black with #DC863F

Text Example


Text Example

White with #DC863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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