#DB813D

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

Shades of Tree Poppy #DB813D

Tints of Tree Poppy #DB813D

Color information

#DB813D (or 0xDB813D) is unknown color: approx Tree Poppy. HEX triplet: DB, 81 and 3D. RGB value is (219,129,61). Sum of RGB (Red+Green+Blue) = 219+129+61=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB813D is #247EC2. Grayscale: #949494. Windows color (decimal): -2391747 or 4030939. OLE color: 4030939.

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

Color convert

RGB21912961-
CMYK00.410.720.14
HSL25.82º68.7%54.9%-
HSV(B)25.82º72.15%85.88%-
XYZ37.9131.18.42-
YUV148.1678.82178.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.55%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 61 (24.22% from 255) = 14.91%
R=53.55%
G=31.54%
B=14.91%

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
Decimal2191296100.410.720.1425.8268.754.9
HexDB813D02948E1a4537
Octal33320175051110163210567
Binary1101101110000001111101010100110010001110110101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB813D; }

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

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

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

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

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

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

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

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