Html Css Color HEX #DC802F Tree Poppy

📋 copy color: '#DC802F'

red 220 ◦ green 128 ◦ blue 47

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

Shades of Tree Poppy #DC802F

Tints of Tree Poppy #DC802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 55.7%
G = 32.41%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC802F (or 0xDC802F) is known color: Tree Poppy. HEX triplet: DC, 80 and 2F. RGB value is (220,128,47). Sum of RGB (Red+Green+Blue) = 220+128+47=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC802F is #237FD0. Grayscale: #929292. Windows color (decimal): -2326481 or 3113180. OLE color: 3113180.

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

Color convert

RGB 220 128 47 -
CMYK 0 0.42 0.79 0.14
HSL 28.09º 0.71% 0.52% -
HSV(B) 28.09º 0.79% 0.86% -
XYZ 37.75 30.86 6.66 -
YUV 146.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 220 128 47 0 0.42 0.79 0.14 28.09 0.71 0.52
Hex DC 80 2F 0 2A 4F E 1C 47 34
Octal 334 200 57 0 52 117 16 34 107 64
Binary 11011100 10000000 101111 0 101010 1001111 1110 11100 1000111 110100

Color Harmonies of #DC802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC802F

Black with #DC802F

Text Example


Text Example

White with #DC802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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