Html Css Color HEX #DC8646 Tree Poppy

📋 copy color: '#DC8646'

red 220 ◦ green 134 ◦ blue 70

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

Shades of Tree Poppy #DC8646

Tints of Tree Poppy #DC8646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 51.89%
G = 31.6%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8646 (or 0xDC8646) is known color: Tree Poppy. HEX triplet: DC, 86 and 46. RGB value is (220,134,70). Sum of RGB (Red+Green+Blue) = 220+134+70=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8646 is #2379B9. Grayscale: #989898. Windows color (decimal): -2324922 or 4622044. OLE color: 4622044.

HSL color Cylindrical-coordinate representation of color #DC8646: hue angle of 25.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC8646 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 70 -
CMYK 0 0.39 0.68 0.14
HSL 25.6º 0.68% 0.57% -
HSV(B) 25.6º 0.68% 0.86% -
XYZ 39.15 32.71 10.04 -
YUV 152.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 220 134 70 0 0.39 0.68 0.14 25.6 0.68 0.57
Hex DC 86 46 0 27 44 E 1A 44 39
Octal 334 206 106 0 47 104 16 32 104 71
Binary 11011100 10000110 1000110 0 100111 1000100 1110 11010 1000100 111001

Color Harmonies of #DC8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8646

Black with #DC8646

Text Example


Text Example

White with #DC8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8646; }

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

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

background-color css

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

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

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

border-color css

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

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

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