Html Css Color HEX #DC8032 Tree Poppy

📋 copy color: '#DC8032'

red 220 ◦ green 128 ◦ blue 50

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

Shades of Tree Poppy #DC8032

Tints of Tree Poppy #DC8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 55.28%
G = 32.16%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8032 (or 0xDC8032) is known color: Tree Poppy. HEX triplet: DC, 80 and 32. RGB value is (220,128,50). Sum of RGB (Red+Green+Blue) = 220+128+50=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8032 is #237FCD. Grayscale: #939393. Windows color (decimal): -2326478 or 3309788. OLE color: 3309788.

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

Color convert

RGB 220 128 50 -
CMYK 0 0.42 0.77 0.14
HSL 27.53º 0.71% 0.53% -
HSV(B) 27.53º 0.77% 0.86% -
XYZ 37.81 30.88 6.99 -
YUV 146.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 220 128 50 0 0.42 0.77 0.14 27.53 0.71 0.53
Hex DC 80 32 0 2A 4D E 1C 47 35
Octal 334 200 62 0 52 115 16 34 107 65
Binary 11011100 10000000 110010 0 101010 1001101 1110 11100 1000111 110101

Color Harmonies of #DC8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8032

Black with #DC8032

Text Example


Text Example

White with #DC8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8032; }

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

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

background-color css

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

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

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

border-color css

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

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

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