Html Css Color HEX #DC8031 Tree Poppy

📋 copy color: '#DC8031'

red 220 ◦ green 128 ◦ blue 49

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

Shades of Tree Poppy #DC8031

Tints of Tree Poppy #DC8031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 55.42%
G = 32.24%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8031 (or 0xDC8031) is known color: Tree Poppy. HEX triplet: DC, 80 and 31. RGB value is (220,128,49). Sum of RGB (Red+Green+Blue) = 220+128+49=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8031 is #237FCE. Grayscale: #929292. Windows color (decimal): -2326479 or 3244252. OLE color: 3244252.

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

Color convert

RGB 220 128 49 -
CMYK 0 0.42 0.78 0.14
HSL 27.72º 0.71% 0.53% -
HSV(B) 27.72º 0.78% 0.86% -
XYZ 37.79 30.88 6.87 -
YUV 146.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 220 128 49 0 0.42 0.78 0.14 27.72 0.71 0.53
Hex DC 80 31 0 2A 4E E 1C 47 35
Octal 334 200 61 0 52 116 16 34 107 65
Binary 11011100 10000000 110001 0 101010 1001110 1110 11100 1000111 110101

Color Harmonies of #DC8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8031

Black with #DC8031

Text Example


Text Example

White with #DC8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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