Html Css Color HEX #DC8742 Tree Poppy

📋 copy color: '#DC8742'

red 220 ◦ green 135 ◦ blue 66

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

Shades of Tree Poppy #DC8742

Tints of Tree Poppy #DC8742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

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

R = 52.26%
G = 32.07%
B = 15.68%

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

#DC8742 (or 0xDC8742) is known color: Tree Poppy. HEX triplet: DC, 87 and 42. RGB value is (220,135,66). Sum of RGB (Red+Green+Blue) = 220+135+66=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8742 is #2378BD. Grayscale: #989898. Windows color (decimal): -2324670 or 4360156. OLE color: 4360156.

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

Color convert

RGB 220 135 66 -
CMYK 0 0.39 0.7 0.14
HSL 26.88º 0.69% 0.56% -
HSV(B) 26.88º 0.7% 0.86% -
XYZ 39.16 32.94 9.45 -
YUV 152.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 220 135 66 0 0.39 0.7 0.14 26.88 0.69 0.56
Hex DC 87 42 0 27 46 E 1B 45 38
Octal 334 207 102 0 47 106 16 33 105 70
Binary 11011100 10000111 1000010 0 100111 1000110 1110 11011 1000101 111000

Color Harmonies of #DC8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8742

Black with #DC8742

Text Example


Text Example

White with #DC8742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8742; }

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

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

background-color css

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

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

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

border-color css

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

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

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