Html Css Color HEX #DC8332 Tree Poppy

📋 copy color: '#DC8332'

red 220 ◦ green 131 ◦ blue 50

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

Shades of Tree Poppy #DC8332

Tints of Tree Poppy #DC8332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 54.86%
G = 32.67%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8332 (or 0xDC8332) is known color: Tree Poppy. HEX triplet: DC, 83 and 32. RGB value is (220,131,50). Sum of RGB (Red+Green+Blue) = 220+131+50=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8332 is #237CCD. Grayscale: #949494. Windows color (decimal): -2325710 or 3310556. OLE color: 3310556.

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

Color convert

RGB 220 131 50 -
CMYK 0 0.40 0.77 0.14
HSL 28.59º 0.71% 0.53% -
HSV(B) 28.59º 0.77% 0.86% -
XYZ 38.21 31.68 7.12 -
YUV 148.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 220 131 50 0 0.40 0.77 0.14 28.59 0.71 0.53
Hex DC 83 32 0 28 4D E 1D 47 35
Octal 334 203 62 0 50 115 16 35 107 65
Binary 11011100 10000011 110010 0 101000 1001101 1110 11101 1000111 110101

Color Harmonies of #DC8332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8332

Black with #DC8332

Text Example


Text Example

White with #DC8332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8332; }

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

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

background-color css

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

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

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

border-color css

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

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

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