Html Css Color HEX #DC8642 Tree Poppy

📋 copy color: '#DC8642'

red 220 ◦ green 134 ◦ blue 66

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

Shades of Tree Poppy #DC8642

Tints of Tree Poppy #DC8642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.71%

R = 52.38%
G = 31.9%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC8642 (or 0xDC8642) is known color: Tree Poppy. HEX triplet: DC, 86 and 42. RGB value is (220,134,66). Sum of RGB (Red+Green+Blue) = 220+134+66=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8642 is #2379BD. Grayscale: #989898. Windows color (decimal): -2324926 or 4359900. OLE color: 4359900.

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

Color convert

RGB 220 134 66 -
CMYK 0 0.39 0.7 0.14
HSL 26.49º 0.69% 0.56% -
HSV(B) 26.49º 0.7% 0.86% -
XYZ 39.02 32.66 9.4 -
YUV 151.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 220 134 66 0 0.39 0.7 0.14 26.49 0.69 0.56
Hex DC 86 42 0 27 46 E 1A 45 38
Octal 334 206 102 0 47 106 16 32 105 70
Binary 11011100 10000110 1000010 0 100111 1000110 1110 11010 1000101 111000

Color Harmonies of #DC8642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8642

Black with #DC8642

Text Example


Text Example

White with #DC8642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8642; }

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

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

background-color css

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

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

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

border-color css

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

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

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