Html Css Color HEX #DB8A3E Tree Poppy

📋 copy color: '#DB8A3E'

red 219 ◦ green 138 ◦ blue 62

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

Shades of Tree Poppy #DB8A3E

Tints of Tree Poppy #DB8A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 52.27%
G = 32.94%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB8A3E (or 0xDB8A3E) is known color: Tree Poppy. HEX triplet: DB, 8A and 3E. RGB value is (219,138,62). Sum of RGB (Red+Green+Blue) = 219+138+62=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A3E is #2475C1. Grayscale: #999999. Windows color (decimal): -2389442 or 4098779. OLE color: 4098779.

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

Color convert

RGB 219 138 62 -
CMYK 0 0.37 0.72 0.14
HSL 29.04º 0.69% 0.55% -
HSV(B) 29.04º 0.72% 0.86% -
XYZ 39.17 33.58 8.98 -
YUV 153.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 219 138 62 0 0.37 0.72 0.14 29.04 0.69 0.55
Hex DB 8A 3E 0 25 48 E 1D 45 37
Octal 333 212 76 0 45 110 16 35 105 67
Binary 11011011 10001010 111110 0 100101 1001000 1110 11101 1000101 110111

Color Harmonies of #DB8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A3E

Black with #DB8A3E

Text Example


Text Example

White with #DB8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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