Html Css Color HEX #DB8A40 Tree Poppy

📋 copy color: '#DB8A40'

red 219 ◦ green 138 ◦ blue 64

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

Shades of Tree Poppy #DB8A40

Tints of Tree Poppy #DB8A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

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

R = 52.02%
G = 32.78%
B = 15.2%

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

#DB8A40 (or 0xDB8A40) is known color: Tree Poppy. HEX triplet: DB, 8A and 40. RGB value is (219,138,64). Sum of RGB (Red+Green+Blue) = 219+138+64=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A40 is #2475BF. Grayscale: #9A9A9A. Windows color (decimal): -2389440 or 4229851. OLE color: 4229851.

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

Color convert

RGB 219 138 64 -
CMYK 0 0.37 0.71 0.14
HSL 28.65º 0.68% 0.55% -
HSV(B) 28.65º 0.71% 0.86% -
XYZ 39.23 33.61 9.27 -
YUV 153.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 219 138 64 0 0.37 0.71 0.14 28.65 0.68 0.55
Hex DB 8A 40 0 25 47 E 1D 44 37
Octal 333 212 100 0 45 107 16 35 104 67
Binary 11011011 10001010 1000000 0 100101 1000111 1110 11101 1000100 110111

Color Harmonies of #DB8A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A40

Black with #DB8A40

Text Example


Text Example

White with #DB8A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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