Html Css Color HEX #DC8940 Tree Poppy

📋 copy color: '#DC8940'

red 220 ◦ green 137 ◦ blue 64

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

Shades of Tree Poppy #DC8940

Tints of Tree Poppy #DC8940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 52.26%
G = 32.54%
B = 15.2%

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

#DC8940 (or 0xDC8940) is known color: Tree Poppy. HEX triplet: DC, 89 and 40. RGB value is (220,137,64). Sum of RGB (Red+Green+Blue) = 220+137+64=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8940 is #2376BF. Grayscale: #999999. Windows color (decimal): -2324160 or 4229596. OLE color: 4229596.

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

Color convert

RGB 220 137 64 -
CMYK 0 0.38 0.71 0.14
HSL 28.08º 0.69% 0.56% -
HSV(B) 28.08º 0.71% 0.86% -
XYZ 39.39 33.48 9.24 -
YUV 153.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 220 137 64 0 0.38 0.71 0.14 28.08 0.69 0.56
Hex DC 89 40 0 26 47 E 1C 45 38
Octal 334 211 100 0 46 107 16 34 105 70
Binary 11011100 10001001 1000000 0 100110 1000111 1110 11100 1000101 111000

Color Harmonies of #DC8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8940

Black with #DC8940

Text Example


Text Example

White with #DC8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8940; }

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

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

background-color css

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

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

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

border-color css

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

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

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