Html Css Color HEX #DC803F Tree Poppy

📋 copy color: '#DC803F'

red 220 ◦ green 128 ◦ blue 63

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

Shades of Tree Poppy #DC803F

Tints of Tree Poppy #DC803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 53.53%
G = 31.14%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC803F (or 0xDC803F) is known color: Tree Poppy. HEX triplet: DC, 80 and 3F. RGB value is (220,128,63). Sum of RGB (Red+Green+Blue) = 220+128+63=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC803F is #237FC0. Grayscale: #949494. Windows color (decimal): -2326465 or 4161756. OLE color: 4161756.

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

Color convert

RGB 220 128 63 -
CMYK 0 0.42 0.71 0.14
HSL 24.84º 0.69% 0.55% -
HSV(B) 24.84º 0.71% 0.86% -
XYZ 38.13 31.01 8.68 -
YUV 148.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 220 128 63 0 0.42 0.71 0.14 24.84 0.69 0.55
Hex DC 80 3F 0 2A 47 E 19 45 37
Octal 334 200 77 0 52 107 16 31 105 67
Binary 11011100 10000000 111111 0 101010 1000111 1110 11001 1000101 110111

Color Harmonies of #DC803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC803F

Black with #DC803F

Text Example


Text Example

White with #DC803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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