Html Css Color HEX #DC843B Tree Poppy

📋 copy color: '#DC843B'

red 220 ◦ green 132 ◦ blue 59

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

Shades of Tree Poppy #DC843B

Tints of Tree Poppy #DC843B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.36%

R = 53.53%
G = 32.12%
B = 14.36%

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

#DC843B (or 0xDC843B) is known color: Tree Poppy. HEX triplet: DC, 84 and 3B. RGB value is (220,132,59). Sum of RGB (Red+Green+Blue) = 220+132+59=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC843B is #237BC4. Grayscale: #969696. Windows color (decimal): -2325445 or 3900636. OLE color: 3900636.

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

Color convert

RGB 220 132 59 -
CMYK 0 0.40 0.73 0.14
HSL 27.2º 0.7% 0.55% -
HSV(B) 27.2º 0.73% 0.86% -
XYZ 38.56 32.03 8.29 -
YUV 149.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 220 132 59 0 0.40 0.73 0.14 27.2 0.7 0.55
Hex DC 84 3B 0 28 49 E 1B 46 37
Octal 334 204 73 0 50 111 16 33 106 67
Binary 11011100 10000100 111011 0 101000 1001001 1110 11011 1000110 110111

Color Harmonies of #DC843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC843B

Black with #DC843B

Text Example


Text Example

White with #DC843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC843B; }

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

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

background-color css

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

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

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

border-color css

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

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

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