Html Css Color HEX #DC893E Tree Poppy

📋 copy color: '#DC893E'

red 220 ◦ green 137 ◦ blue 62

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

Shades of Tree Poppy #DC893E

Tints of Tree Poppy #DC893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 52.51%
G = 32.7%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC893E (or 0xDC893E) is known color: Tree Poppy. HEX triplet: DC, 89 and 3E. RGB value is (220,137,62). Sum of RGB (Red+Green+Blue) = 220+137+62=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC893E is #2376C1. Grayscale: #999999. Windows color (decimal): -2324162 or 4098524. OLE color: 4098524.

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

Color convert

RGB 220 137 62 -
CMYK 0 0.38 0.72 0.14
HSL 28.48º 0.69% 0.55% -
HSV(B) 28.48º 0.72% 0.86% -
XYZ 39.33 33.45 8.94 -
YUV 153.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 220 137 62 0 0.38 0.72 0.14 28.48 0.69 0.55
Hex DC 89 3E 0 26 48 E 1C 45 37
Octal 334 211 76 0 46 110 16 34 105 67
Binary 11011100 10001001 111110 0 100110 1001000 1110 11100 1000101 110111

Color Harmonies of #DC893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC893E

Black with #DC893E

Text Example


Text Example

White with #DC893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC893E; }

 p { color: rgb(220,137,62); }

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

background-color css

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

 a { background-color: rgb(220,137,62); }

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

border-color css

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

 span { border-color: rgb(220,137,62); }

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