Html Css Color HEX #DC8445 Tree Poppy

📋 copy color: '#DC8445'

red 220 ◦ green 132 ◦ blue 69

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

Shades of Tree Poppy #DC8445

Tints of Tree Poppy #DC8445

RGB

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

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

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

R = 52.26%
G = 31.35%
B = 16.39%

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

#DC8445 (or 0xDC8445) is known color: Tree Poppy. HEX triplet: DC, 84 and 45. RGB value is (220,132,69). Sum of RGB (Red+Green+Blue) = 220+132+69=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8445 is #237BBA. Grayscale: #979797. Windows color (decimal): -2325435 or 4555996. OLE color: 4555996.

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

Color convert

RGB 220 132 69 -
CMYK 0 0.40 0.69 0.14
HSL 25.03º 0.68% 0.57% -
HSV(B) 25.03º 0.69% 0.86% -
XYZ 38.84 32.15 9.79 -
YUV 151.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 220 132 69 0 0.40 0.69 0.14 25.03 0.68 0.57
Hex DC 84 45 0 28 45 E 19 44 39
Octal 334 204 105 0 50 105 16 31 104 71
Binary 11011100 10000100 1000101 0 101000 1000101 1110 11001 1000100 111001

Color Harmonies of #DC8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8445

Black with #DC8445

Text Example


Text Example

White with #DC8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8445; }

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

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

background-color css

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

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

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

border-color css

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

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

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