Html Css Color HEX #DC8941 Tree Poppy

📋 copy color: '#DC8941'

red 220 ◦ green 137 ◦ blue 65

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

Shades of Tree Poppy #DC8941

Tints of Tree Poppy #DC8941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

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

R = 52.13%
G = 32.46%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC8941 (or 0xDC8941) is known color: Tree Poppy. HEX triplet: DC, 89 and 41. RGB value is (220,137,65). Sum of RGB (Red+Green+Blue) = 220+137+65=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8941 is #2376BE. Grayscale: #999999. Windows color (decimal): -2324159 or 4295132. OLE color: 4295132.

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

Color convert

RGB 220 137 65 -
CMYK 0 0.38 0.70 0.14
HSL 27.87º 0.69% 0.56% -
HSV(B) 27.87º 0.7% 0.86% -
XYZ 39.42 33.49 9.39 -
YUV 153.61 78 175.35 -
System Red Green Blue C M Y K H S L
Decimal 220 137 65 0 0.38 0.70 0.14 27.87 0.69 0.56
Hex DC 89 41 0 26 46 E 1C 45 38
Octal 334 211 101 0 46 106 16 34 105 70
Binary 11011100 10001001 1000001 0 100110 1000110 1110 11100 1000101 111000

Color Harmonies of #DC8941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8941

Black with #DC8941

Text Example


Text Example

White with #DC8941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8941; }

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

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

background-color css

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

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

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

border-color css

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

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

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