Html Css Color HEX #DC8440 Tree Poppy

📋 copy color: '#DC8440'

red 220 ◦ green 132 ◦ blue 64

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

Shades of Tree Poppy #DC8440

Tints of Tree Poppy #DC8440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 52.88%
G = 31.73%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC8440 (or 0xDC8440) is known color: Tree Poppy. HEX triplet: DC, 84 and 40. RGB value is (220,132,64). Sum of RGB (Red+Green+Blue) = 220+132+64=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8440 is #237BBF. Grayscale: #969696. Windows color (decimal): -2325440 or 4228316. OLE color: 4228316.

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

Color convert

RGB 220 132 64 -
CMYK 0 0.40 0.71 0.14
HSL 26.15º 0.69% 0.56% -
HSV(B) 26.15º 0.71% 0.86% -
XYZ 38.69 32.09 9 -
YUV 150.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 220 132 64 0 0.40 0.71 0.14 26.15 0.69 0.56
Hex DC 84 40 0 28 47 E 1A 45 38
Octal 334 204 100 0 50 107 16 32 105 70
Binary 11011100 10000100 1000000 0 101000 1000111 1110 11010 1000101 111000

Color Harmonies of #DC8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8440

Black with #DC8440

Text Example


Text Example

White with #DC8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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