Html Css Color HEX #DB8240 Tree Poppy

📋 copy color: '#DB8240'

red 219 ◦ green 130 ◦ blue 64

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

Shades of Tree Poppy #DB8240

Tints of Tree Poppy #DB8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.48%

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

R = 53.03%
G = 31.48%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB8240 (or 0xDB8240) is known color: Tree Poppy. HEX triplet: DB, 82 and 40. RGB value is (219,130,64). Sum of RGB (Red+Green+Blue) = 219+130+64=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8240 is #247DBF. Grayscale: #959595. Windows color (decimal): -2391488 or 4227803. OLE color: 4227803.

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

Color convert

RGB 219 130 64 -
CMYK 0 0.41 0.71 0.14
HSL 25.55º 0.68% 0.55% -
HSV(B) 25.55º 0.71% 0.86% -
XYZ 38.12 31.4 8.9 -
YUV 149.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 219 130 64 0 0.41 0.71 0.14 25.55 0.68 0.55
Hex DB 82 40 0 29 47 E 1A 44 37
Octal 333 202 100 0 51 107 16 32 104 67
Binary 11011011 10000010 1000000 0 101001 1000111 1110 11010 1000100 110111

Color Harmonies of #DB8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8240

Black with #DB8240

Text Example


Text Example

White with #DB8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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