#DB813E

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

Shades of Tree Poppy #DB813E

Tints of Tree Poppy #DB813E

Color information

#DB813E (or 0xDB813E) is unknown color: approx Tree Poppy. HEX triplet: DB, 81 and 3E. RGB value is (219,129,62). Sum of RGB (Red+Green+Blue) = 219+129+62=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB813E is #247EC1. Grayscale: #949494. Windows color (decimal): -2391746 or 4096475. OLE color: 4096475.

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

Color convert

RGB21912962-
CMYK00.410.720.14
HSL25.61º68.56%55.1%-
HSV(B)25.61º71.69%85.88%-
XYZ37.9331.118.56-
YUV148.2779.32178.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.41%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=53.41%
G=31.46%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191296200.410.720.1425.6168.5655.1
HexDB813E02948E1a4537
Octal33320176051110163210567
Binary1101101110000001111110010100110010001110110101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB813E; }

 p { color: rgb(219,129,62); }

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

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

 a { background-color: rgb(219,129,62); }

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

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

 span { border-color: rgb(219,129,62); }

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