Html Css Color HEX #DC8845 Tree Poppy

📋 copy color: '#DC8845'

red 220 ◦ green 136 ◦ blue 69

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

Shades of Tree Poppy #DC8845

Tints of Tree Poppy #DC8845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 51.76%
G = 32%
B = 16.24%

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

#DC8845 (or 0xDC8845) is known color: Tree Poppy. HEX triplet: DC, 88 and 45. RGB value is (220,136,69). Sum of RGB (Red+Green+Blue) = 220+136+69=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8845 is #2377BA. Grayscale: #999999. Windows color (decimal): -2324411 or 4557020. OLE color: 4557020.

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

Color convert

RGB 220 136 69 -
CMYK 0 0.38 0.69 0.14
HSL 26.62º 0.68% 0.57% -
HSV(B) 26.62º 0.69% 0.86% -
XYZ 39.39 33.25 9.97 -
YUV 153.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 220 136 69 0 0.38 0.69 0.14 26.62 0.68 0.57
Hex DC 88 45 0 26 45 E 1B 44 39
Octal 334 210 105 0 46 105 16 33 104 71
Binary 11011100 10001000 1000101 0 100110 1000101 1110 11011 1000100 111001

Color Harmonies of #DC8845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8845

Black with #DC8845

Text Example


Text Example

White with #DC8845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8845; }

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

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

background-color css

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

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

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

border-color css

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

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

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