Html Css Color HEX #DC7F32 Tree Poppy

📋 copy color: '#DC7F32'

red 220 ◦ green 127 ◦ blue 50

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

Shades of Tree Poppy #DC7F32

Tints of Tree Poppy #DC7F32

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

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

R = 55.42%
G = 31.99%
B = 12.59%

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

#DC7F32 (or 0xDC7F32) is known color: Tree Poppy. HEX triplet: DC, 7F and 32. RGB value is (220,127,50). Sum of RGB (Red+Green+Blue) = 220+127+50=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F32 is #2380CD. Grayscale: #929292. Windows color (decimal): -2326734 or 3309532. OLE color: 3309532.

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

Color convert

RGB 220 127 50 -
CMYK 0 0.42 0.77 0.14
HSL 27.18º 0.71% 0.53% -
HSV(B) 27.18º 0.77% 0.86% -
XYZ 37.68 30.62 6.94 -
YUV 146.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 220 127 50 0 0.42 0.77 0.14 27.18 0.71 0.53
Hex DC 7F 32 0 2A 4D E 1B 47 35
Octal 334 177 62 0 52 115 16 33 107 65
Binary 11011100 1111111 110010 0 101010 1001101 1110 11011 1000111 110101

Color Harmonies of #DC7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F32

Black with #DC7F32

Text Example


Text Example

White with #DC7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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