Html Css Color HEX #DC843C Tree Poppy

📋 copy color: '#DC843C'

red 220 ◦ green 132 ◦ blue 60

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

Shades of Tree Poppy #DC843C

Tints of Tree Poppy #DC843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

 BLUE value IS 60 (23.83% from 255) = 14.56%

R = 53.4%
G = 32.04%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC843C (or 0xDC843C) is known color: Tree Poppy. HEX triplet: DC, 84 and 3C. RGB value is (220,132,60). Sum of RGB (Red+Green+Blue) = 220+132+60=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC843C is #237BC3. Grayscale: #969696. Windows color (decimal): -2325444 or 3966172. OLE color: 3966172.

HSL color Cylindrical-coordinate representation of color #DC843C: hue angle of 27º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC843C is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 60 -
CMYK 0 0.40 0.73 0.14
HSL 27º 0.7% 0.55% -
HSV(B) 27º 0.73% 0.86% -
XYZ 38.58 32.04 8.43 -
YUV 150.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 220 132 60 0 0.40 0.73 0.14 27 0.7 0.55
Hex DC 84 3C 0 28 49 E 1B 46 37
Octal 334 204 74 0 50 111 16 33 106 67
Binary 11011100 10000100 111100 0 101000 1001001 1110 11011 1000110 110111

Color Harmonies of #DC843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC843C

Black with #DC843C

Text Example


Text Example

White with #DC843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC843C; }

 p { color: rgb(220,132,60); }

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

background-color css

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

 a { background-color: rgb(220,132,60); }

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

border-color css

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

 span { border-color: rgb(220,132,60); }

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