Html Css Color HEX #DC8844 Tree Poppy

📋 copy color: '#DC8844'

red 220 ◦ green 136 ◦ blue 68

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

Shades of Tree Poppy #DC8844

Tints of Tree Poppy #DC8844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.08%

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

R = 51.89%
G = 32.08%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC8844 (or 0xDC8844) is known color: Tree Poppy. HEX triplet: DC, 88 and 44. RGB value is (220,136,68). Sum of RGB (Red+Green+Blue) = 220+136+68=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8844 is #2377BB. Grayscale: #999999. Windows color (decimal): -2324412 or 4491484. OLE color: 4491484.

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

Color convert

RGB 220 136 68 -
CMYK 0 0.38 0.69 0.14
HSL 26.84º 0.68% 0.56% -
HSV(B) 26.84º 0.69% 0.86% -
XYZ 39.36 33.24 9.81 -
YUV 153.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 220 136 68 0 0.38 0.69 0.14 26.84 0.68 0.56
Hex DC 88 44 0 26 45 E 1B 44 38
Octal 334 210 104 0 46 105 16 33 104 70
Binary 11011100 10001000 1000100 0 100110 1000101 1110 11011 1000100 111000

Color Harmonies of #DC8844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8844

Black with #DC8844

Text Example


Text Example

White with #DC8844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8844; }

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

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

background-color css

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

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

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

border-color css

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

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

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