#DF7F32

Color #DF7F32 Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DF7F32

Tints of Tree Poppy #DF7F32

Color information

#DF7F32 (or 0xDF7F32) is unknown color: approx Tree Poppy. HEX triplet: DF, 7F and 32. RGB value is (223,127,50). Sum of RGB (Red+Green+Blue) = 223+127+50=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F32 is #2080CD. Grayscale: #939393. Windows color (decimal): -2130126 or 3309535. OLE color: 3309535.

HSL color Cylindrical-coordinate representation of color #DF7F32: hue angle of 26.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7F32 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22312750-
CMYK00.430.780.13
HSL26.71º73%53.53%-
HSV(B)26.71º77.58%87.45%-
XYZ38.631.16.99-
YUV146.9373.3182.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 50 (19.92% from 255) = 12.5%
R=55.75%
G=31.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231275000.430.780.1326.717353.53
HexDF7F3202B4ED1b4936
Octal33717762053116153311166
Binary110111111111111110010010101110011101101110111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F32; }

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

 H1.HeaderClassName
 {
   color: #DF7F32;
 }
 .AnyTagClassName
 {
   color: #DF7F32;
 }
</style>
background-color css

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

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

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

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

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

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