Html Css Color HEX #DB8940 Tree Poppy

📋 copy color: '#DB8940'

red 219 ◦ green 137 ◦ blue 64

#DB8940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tree Poppy #DB8940

Tints of Tree Poppy #DB8940

RGB

 RED value IS 219 (85.94% from 255) = 52.14%

 GREEN value IS 137 (53.91% from 255) = 32.62%

 BLUE value IS 64 (25.39% from 255) = 15.24%

R = 52.14%
G = 32.62%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB8940 (or 0xDB8940) is known color: Tree Poppy. HEX triplet: DB, 89 and 40. RGB value is (219,137,64). Sum of RGB (Red+Green+Blue) = 219+137+64=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8940 is #2476BF. Grayscale: #999999. Windows color (decimal): -2389696 or 4229595. OLE color: 4229595.

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

Color convert

RGB 219 137 64 -
CMYK 0 0.37 0.71 0.14
HSL 28.26º 0.68% 0.55% -
HSV(B) 28.26º 0.71% 0.86% -
XYZ 39.08 33.32 9.22 -
YUV 153.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 219 137 64 0 0.37 0.71 0.14 28.26 0.68 0.55
Hex DB 89 40 0 25 47 E 1C 44 37
Octal 333 211 100 0 45 107 16 34 104 67
Binary 11011011 10001001 1000000 0 100101 1000111 1110 11100 1000100 110111

Color Harmonies of #DB8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8940

Black with #DB8940

Text Example


Text Example

White with #DB8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8940; }

 p { color: rgb(219,137,64); }

 H1.HeaderClassName
 {
   color: #DB8940;
 }
 .AnyTagClassName
 {
   color: #DB8940;
 }
</style>

background-color css

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

 a { background-color: rgb(219,137,64); }

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

border-color css

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

 span { border-color: rgb(219,137,64); }

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