Html Css Color HEX #DC8041 Tree Poppy

📋 copy color: '#DC8041'

red 220 ◦ green 128 ◦ blue 65

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

Shades of Tree Poppy #DC8041

Tints of Tree Poppy #DC8041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.74%

R = 53.27%
G = 30.99%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC8041 (or 0xDC8041) is known color: Tree Poppy. HEX triplet: DC, 80 and 41. RGB value is (220,128,65). Sum of RGB (Red+Green+Blue) = 220+128+65=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8041 is #237FBE. Grayscale: #949494. Windows color (decimal): -2326463 or 4292828. OLE color: 4292828.

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

Color convert

RGB 220 128 65 -
CMYK 0 0.42 0.70 0.14
HSL 24.39º 0.69% 0.56% -
HSV(B) 24.39º 0.7% 0.86% -
XYZ 38.19 31.04 8.98 -
YUV 148.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 220 128 65 0 0.42 0.70 0.14 24.39 0.69 0.56
Hex DC 80 41 0 2A 46 E 18 45 38
Octal 334 200 101 0 52 106 16 30 105 70
Binary 11011100 10000000 1000001 0 101010 1000110 1110 11000 1000101 111000

Color Harmonies of #DC8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8041

Black with #DC8041

Text Example


Text Example

White with #DC8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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