Html Css Color HEX #DC8342 Tree Poppy

📋 copy color: '#DC8342'

red 220 ◦ green 131 ◦ blue 66

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

Shades of Tree Poppy #DC8342

Tints of Tree Poppy #DC8342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 52.76%
G = 31.41%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC8342 (or 0xDC8342) is known color: Tree Poppy. HEX triplet: DC, 83 and 42. RGB value is (220,131,66). Sum of RGB (Red+Green+Blue) = 220+131+66=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8342 is #237CBD. Grayscale: #969696. Windows color (decimal): -2325694 or 4359132. OLE color: 4359132.

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

Color convert

RGB 220 131 66 -
CMYK 0 0.40 0.7 0.14
HSL 25.32º 0.69% 0.56% -
HSV(B) 25.32º 0.7% 0.86% -
XYZ 38.61 31.84 9.27 -
YUV 150.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 220 131 66 0 0.40 0.7 0.14 25.32 0.69 0.56
Hex DC 83 42 0 28 46 E 19 45 38
Octal 334 203 102 0 50 106 16 31 105 70
Binary 11011100 10000011 1000010 0 101000 1000110 1110 11001 1000101 111000

Color Harmonies of #DC8342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8342

Black with #DC8342

Text Example


Text Example

White with #DC8342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8342; }

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

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

background-color css

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

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

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

border-color css

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

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

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