Html Css Color HEX #DB8640 Tree Poppy

📋 copy color: '#DB8640'

red 219 ◦ green 134 ◦ blue 64

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

Shades of Tree Poppy #DB8640

Tints of Tree Poppy #DB8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

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

R = 52.52%
G = 32.13%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB8640 (or 0xDB8640) is known color: Tree Poppy. HEX triplet: DB, 86 and 40. RGB value is (219,134,64). Sum of RGB (Red+Green+Blue) = 219+134+64=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8640 is #2479BF. Grayscale: #979797. Windows color (decimal): -2390464 or 4228827. OLE color: 4228827.

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

Color convert

RGB 219 134 64 -
CMYK 0 0.39 0.71 0.14
HSL 27.1º 0.68% 0.55% -
HSV(B) 27.1º 0.71% 0.86% -
XYZ 38.66 32.48 9.08 -
YUV 151.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 219 134 64 0 0.39 0.71 0.14 27.1 0.68 0.55
Hex DB 86 40 0 27 47 E 1B 44 37
Octal 333 206 100 0 47 107 16 33 104 67
Binary 11011011 10000110 1000000 0 100111 1000111 1110 11011 1000100 110111

Color Harmonies of #DB8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8640

Black with #DB8640

Text Example


Text Example

White with #DB8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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