Html Css Color HEX #DC8832 Tree Poppy

📋 copy color: '#DC8832'

red 220 ◦ green 136 ◦ blue 50

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

Shades of Tree Poppy #DC8832

Tints of Tree Poppy #DC8832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 54.19%
G = 33.5%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8832 (or 0xDC8832) is known color: Tree Poppy. HEX triplet: DC, 88 and 32. RGB value is (220,136,50). Sum of RGB (Red+Green+Blue) = 220+136+50=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8832 is #2377CD. Grayscale: #979797. Windows color (decimal): -2324430 or 3311836. OLE color: 3311836.

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

Color convert

RGB 220 136 50 -
CMYK 0 0.38 0.77 0.14
HSL 30.35º 0.71% 0.53% -
HSV(B) 30.35º 0.77% 0.86% -
XYZ 38.9 33.05 7.35 -
YUV 151.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 220 136 50 0 0.38 0.77 0.14 30.35 0.71 0.53
Hex DC 88 32 0 26 4D E 1E 47 35
Octal 334 210 62 0 46 115 16 36 107 65
Binary 11011100 10001000 110010 0 100110 1001101 1110 11110 1000111 110101

Color Harmonies of #DC8832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8832

Black with #DC8832

Text Example


Text Example

White with #DC8832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8832; }

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

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

background-color css

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

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

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

border-color css

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

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

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