Html Css Color HEX #DC803E Tree Poppy

📋 copy color: '#DC803E'

red 220 ◦ green 128 ◦ blue 62

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

Shades of Tree Poppy #DC803E

Tints of Tree Poppy #DC803E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 62 (24.61% from 255) = 15.12%

R = 53.66%
G = 31.22%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC803E (or 0xDC803E) is known color: Tree Poppy. HEX triplet: DC, 80 and 3E. RGB value is (220,128,62). Sum of RGB (Red+Green+Blue) = 220+128+62=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC803E is #237FC1. Grayscale: #949494. Windows color (decimal): -2326466 or 4096220. OLE color: 4096220.

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

Color convert

RGB 220 128 62 -
CMYK 0 0.42 0.72 0.14
HSL 25.06º 0.69% 0.55% -
HSV(B) 25.06º 0.72% 0.86% -
XYZ 38.1 31 8.53 -
YUV 147.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 220 128 62 0 0.42 0.72 0.14 25.06 0.69 0.55
Hex DC 80 3E 0 2A 48 E 19 45 37
Octal 334 200 76 0 52 110 16 31 105 67
Binary 11011100 10000000 111110 0 101010 1001000 1110 11001 1000101 110111

Color Harmonies of #DC803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC803E

Black with #DC803E

Text Example


Text Example

White with #DC803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC803E; }

 p { color: rgb(220,128,62); }

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

background-color css

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

 a { background-color: rgb(220,128,62); }

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

border-color css

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

 span { border-color: rgb(220,128,62); }

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