Html Css Color HEX #DC893F Tree Poppy

📋 copy color: '#DC893F'

red 220 ◦ green 137 ◦ blue 63

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

Shades of Tree Poppy #DC893F

Tints of Tree Poppy #DC893F

RGB

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

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

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

R = 52.38%
G = 32.62%
B = 15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC893F (or 0xDC893F) is known color: Tree Poppy. HEX triplet: DC, 89 and 3F. RGB value is (220,137,63). Sum of RGB (Red+Green+Blue) = 220+137+63=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC893F is #2376C0. Grayscale: #999999. Windows color (decimal): -2324161 or 4164060. OLE color: 4164060.

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

Color convert

RGB 220 137 63 -
CMYK 0 0.38 0.71 0.14
HSL 28.28º 0.69% 0.55% -
HSV(B) 28.28º 0.71% 0.86% -
XYZ 39.36 33.47 9.09 -
YUV 153.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 220 137 63 0 0.38 0.71 0.14 28.28 0.69 0.55
Hex DC 89 3F 0 26 47 E 1C 45 37
Octal 334 211 77 0 46 107 16 34 105 67
Binary 11011100 10001001 111111 0 100110 1000111 1110 11100 1000101 110111

Color Harmonies of #DC893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC893F

Black with #DC893F

Text Example


Text Example

White with #DC893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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