Html Css Color HEX #DC8341 Tree Poppy

📋 copy color: '#DC8341'

red 220 ◦ green 131 ◦ blue 65

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

Shades of Tree Poppy #DC8341

Tints of Tree Poppy #DC8341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

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

R = 52.88%
G = 31.49%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC8341 (or 0xDC8341) is known color: Tree Poppy. HEX triplet: DC, 83 and 41. RGB value is (220,131,65). Sum of RGB (Red+Green+Blue) = 220+131+65=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8341 is #237CBE. Grayscale: #969696. Windows color (decimal): -2325695 or 4293596. OLE color: 4293596.

HSL color Cylindrical-coordinate representation of color #DC8341: hue angle of 25.55º 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 #DC8341 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 65 -
CMYK 0 0.40 0.70 0.14
HSL 25.55º 0.69% 0.56% -
HSV(B) 25.55º 0.7% 0.86% -
XYZ 38.59 31.83 9.11 -
YUV 150.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 220 131 65 0 0.40 0.70 0.14 25.55 0.69 0.56
Hex DC 83 41 0 28 46 E 1A 45 38
Octal 334 203 101 0 50 106 16 32 105 70
Binary 11011100 10000011 1000001 0 101000 1000110 1110 11010 1000101 111000

Color Harmonies of #DC8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8341

Black with #DC8341

Text Example


Text Example

White with #DC8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8341; }

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

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

background-color css

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

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

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

border-color css

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

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

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