Html Css Color HEX #DC8337 Tree Poppy

📋 copy color: '#DC8337'

red 220 ◦ green 131 ◦ blue 55

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

Shades of Tree Poppy #DC8337

Tints of Tree Poppy #DC8337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.55%

R = 54.19%
G = 32.27%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC8337 (or 0xDC8337) is known color: Tree Poppy. HEX triplet: DC, 83 and 37. RGB value is (220,131,55). Sum of RGB (Red+Green+Blue) = 220+131+55=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8337 is #237CC8. Grayscale: #959595. Windows color (decimal): -2325705 or 3638236. OLE color: 3638236.

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

Color convert

RGB 220 131 55 -
CMYK 0 0.40 0.75 0.14
HSL 27.64º 0.7% 0.54% -
HSV(B) 27.64º 0.75% 0.86% -
XYZ 38.32 31.72 7.72 -
YUV 148.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 220 131 55 0 0.40 0.75 0.14 27.64 0.7 0.54
Hex DC 83 37 0 28 4B E 1C 46 36
Octal 334 203 67 0 50 113 16 34 106 66
Binary 11011100 10000011 110111 0 101000 1001011 1110 11100 1000110 110110

Color Harmonies of #DC8337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8337

Black with #DC8337

Text Example


Text Example

White with #DC8337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8337; }

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

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

background-color css

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

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

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

border-color css

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

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

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