#DB8338

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

Shades of Tree Poppy #DB8338

Tints of Tree Poppy #DB8338

Color information

#DB8338 (or 0xDB8338) is unknown color: approx Tree Poppy. HEX triplet: DB, 83 and 38. RGB value is (219,131,56). Sum of RGB (Red+Green+Blue) = 219+131+56=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8338 is #247CC7. Grayscale: #959595. Windows color (decimal): -2391240 or 3703771. OLE color: 3703771.

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

Color convert

RGB21913156-
CMYK00.400.740.14
HSL27.61º69.36%53.92%-
HSV(B)27.61º74.43%85.88%-
XYZ38.0431.587.83-
YUV148.7675.65178.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.94%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 56 (22.27% from 255) = 13.79%
R=53.94%
G=32.27%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191315600.400.740.1427.6169.3653.92
HexDB83380284AE1c4536
Octal33320370050112163410566
Binary1101101110000011111000010100010010101110111001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8338; }

 p { color: rgb(219,131,56); }

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

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

 a { background-color: rgb(219,131,56); }

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

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

 span { border-color: rgb(219,131,56); }

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