#DB7F35

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

Shades of Tree Poppy #DB7F35

Tints of Tree Poppy #DB7F35

Color information

#DB7F35 (or 0xDB7F35) is unknown color: approx Tree Poppy. HEX triplet: DB, 7F and 35. RGB value is (219,127,53). Sum of RGB (Red+Green+Blue) = 219+127+53=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F35 is #2480CA. Grayscale: #929292. Windows color (decimal): -2392267 or 3506139. OLE color: 3506139.

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

Color convert

RGB21912753-
CMYK00.420.760.14
HSL26.75º69.75%53.33%-
HSV(B)26.75º75.8%85.88%-
XYZ37.4530.57.28-
YUV146.0775.48180.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.89%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=54.89%
G=31.83%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191275300.420.760.1426.7569.7553.33
HexDB7F3502A4CE1b4635
Octal33317765052114163310665
Binary110110111111111110101010101010011001110110111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F35; }

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

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

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

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

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

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

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

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