Html Css Color HEX #DC8441 Tree Poppy

📋 copy color: '#DC8441'

red 220 ◦ green 132 ◦ blue 65

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

Shades of Tree Poppy #DC8441

Tints of Tree Poppy #DC8441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 52.76%
G = 31.65%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC8441 (or 0xDC8441) is known color: Tree Poppy. HEX triplet: DC, 84 and 41. RGB value is (220,132,65). Sum of RGB (Red+Green+Blue) = 220+132+65=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8441 is #237BBE. Grayscale: #979797. Windows color (decimal): -2325439 or 4293852. OLE color: 4293852.

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

Color convert

RGB 220 132 65 -
CMYK 0 0.40 0.70 0.14
HSL 25.94º 0.69% 0.56% -
HSV(B) 25.94º 0.7% 0.86% -
XYZ 38.72 32.1 9.16 -
YUV 150.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 220 132 65 0 0.40 0.70 0.14 25.94 0.69 0.56
Hex DC 84 41 0 28 46 E 1A 45 38
Octal 334 204 101 0 50 106 16 32 105 70
Binary 11011100 10000100 1000001 0 101000 1000110 1110 11010 1000101 111000

Color Harmonies of #DC8441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8441

Black with #DC8441

Text Example


Text Example

White with #DC8441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8441; }

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

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

background-color css

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

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

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

border-color css

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

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

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