Html Css Color HEX #DC863C Tree Poppy

📋 copy color: '#DC863C'

red 220 ◦ green 134 ◦ blue 60

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

Shades of Tree Poppy #DC863C

Tints of Tree Poppy #DC863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 53.14%
G = 32.37%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC863C (or 0xDC863C) is known color: Tree Poppy. HEX triplet: DC, 86 and 3C. RGB value is (220,134,60). Sum of RGB (Red+Green+Blue) = 220+134+60=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC863C is #2379C3. Grayscale: #979797. Windows color (decimal): -2324932 or 3966684. OLE color: 3966684.

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

Color convert

RGB 220 134 60 -
CMYK 0 0.39 0.73 0.14
HSL 27.75º 0.7% 0.55% -
HSV(B) 27.75º 0.73% 0.86% -
XYZ 38.86 32.59 8.52 -
YUV 151.28 76.49 177.02 -
System Red Green Blue C M Y K H S L
Decimal 220 134 60 0 0.39 0.73 0.14 27.75 0.7 0.55
Hex DC 86 3C 0 27 49 E 1C 46 37
Octal 334 206 74 0 47 111 16 34 106 67
Binary 11011100 10000110 111100 0 100111 1001001 1110 11100 1000110 110111

Color Harmonies of #DC863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC863C

Black with #DC863C

Text Example


Text Example

White with #DC863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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