Html Css Color HEX #DC8039 Tree Poppy

📋 copy color: '#DC8039'

red 220 ◦ green 128 ◦ blue 57

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

Shades of Tree Poppy #DC8039

Tints of Tree Poppy #DC8039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.07%

R = 54.32%
G = 31.6%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC8039 (or 0xDC8039) is known color: Tree Poppy. HEX triplet: DC, 80 and 39. RGB value is (220,128,57). Sum of RGB (Red+Green+Blue) = 220+128+57=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8039 is #237FC6. Grayscale: #939393. Windows color (decimal): -2326471 or 3768540. OLE color: 3768540.

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

Color convert

RGB 220 128 57 -
CMYK 0 0.42 0.74 0.14
HSL 26.13º 0.7% 0.54% -
HSV(B) 26.13º 0.74% 0.86% -
XYZ 37.97 30.95 7.84 -
YUV 147.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 220 128 57 0 0.42 0.74 0.14 26.13 0.7 0.54
Hex DC 80 39 0 2A 4A E 1A 46 36
Octal 334 200 71 0 52 112 16 32 106 66
Binary 11011100 10000000 111001 0 101010 1001010 1110 11010 1000110 110110

Color Harmonies of #DC8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8039

Black with #DC8039

Text Example


Text Example

White with #DC8039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8039; }

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

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

background-color css

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

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

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

border-color css

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

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

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