Html Css Color HEX #DC8639 Tree Poppy

📋 copy color: '#DC8639'

red 220 ◦ green 134 ◦ blue 57

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

Shades of Tree Poppy #DC8639

Tints of Tree Poppy #DC8639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 53.53%
G = 32.6%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC8639 (or 0xDC8639) is known color: Tree Poppy. HEX triplet: DC, 86 and 39. RGB value is (220,134,57). Sum of RGB (Red+Green+Blue) = 220+134+57=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8639 is #2379C6. Grayscale: #979797. Windows color (decimal): -2324935 or 3770076. OLE color: 3770076.

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

Color convert

RGB 220 134 57 -
CMYK 0 0.39 0.74 0.14
HSL 28.34º 0.7% 0.54% -
HSV(B) 28.34º 0.74% 0.86% -
XYZ 38.78 32.56 8.11 -
YUV 150.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 220 134 57 0 0.39 0.74 0.14 28.34 0.7 0.54
Hex DC 86 39 0 27 4A E 1C 46 36
Octal 334 206 71 0 47 112 16 34 106 66
Binary 11011100 10000110 111001 0 100111 1001010 1110 11100 1000110 110110

Color Harmonies of #DC8639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8639

Black with #DC8639

Text Example


Text Example

White with #DC8639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8639; }

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

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

background-color css

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

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

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

border-color css

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

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

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