Html Css Color HEX #DC8444 Tree Poppy

📋 copy color: '#DC8444'

red 220 ◦ green 132 ◦ blue 68

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

Shades of Tree Poppy #DC8444

Tints of Tree Poppy #DC8444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

 BLUE value IS 68 (26.95% from 255) = 16.19%

R = 52.38%
G = 31.43%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC8444 (or 0xDC8444) is known color: Tree Poppy. HEX triplet: DC, 84 and 44. RGB value is (220,132,68). Sum of RGB (Red+Green+Blue) = 220+132+68=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8444 is #237BBB. Grayscale: #979797. Windows color (decimal): -2325436 or 4490460. OLE color: 4490460.

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

Color convert

RGB 220 132 68 -
CMYK 0 0.40 0.69 0.14
HSL 25.26º 0.68% 0.56% -
HSV(B) 25.26º 0.69% 0.86% -
XYZ 38.81 32.14 9.63 -
YUV 151.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 220 132 68 0 0.40 0.69 0.14 25.26 0.68 0.56
Hex DC 84 44 0 28 45 E 19 44 38
Octal 334 204 104 0 50 105 16 31 104 70
Binary 11011100 10000100 1000100 0 101000 1000101 1110 11001 1000100 111000

Color Harmonies of #DC8444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8444

Black with #DC8444

Text Example


Text Example

White with #DC8444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8444; }

 p { color: rgb(220,132,68); }

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

background-color css

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

 a { background-color: rgb(220,132,68); }

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

border-color css

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

 span { border-color: rgb(220,132,68); }

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