#DB7F3F

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

Shades of Tree Poppy #DB7F3F

Tints of Tree Poppy #DB7F3F

Color information

#DB7F3F (or 0xDB7F3F) is unknown color: approx Tree Poppy. HEX triplet: DB, 7F and 3F. RGB value is (219,127,63). Sum of RGB (Red+Green+Blue) = 219+127+63=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F3F is #2480C0. Grayscale: #939393. Windows color (decimal): -2392257 or 4161499. OLE color: 4161499.

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

Color convert

RGB21912763-
CMYK00.420.710.14
HSL24.62º68.42%55.29%-
HSV(B)24.62º71.23%85.88%-
XYZ37.730.68.62-
YUV147.2180.48179.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.55%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 63 (25% from 255) = 15.40%
R=53.55%
G=31.05%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191276300.420.710.1424.6268.4255.29
HexDB7F3F02A47E194437
Octal33317777052107163110467
Binary110110111111111111111010101010001111110110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F3F; }

 p { color: rgb(219,127,63); }

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

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

 a { background-color: rgb(219,127,63); }

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

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

 span { border-color: rgb(219,127,63); }

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