Html Css Color HEX #DB8A3F Tree Poppy

📋 copy color: '#DB8A3F'

red 219 ◦ green 138 ◦ blue 63

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

Shades of Tree Poppy #DB8A3F

Tints of Tree Poppy #DB8A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15%

R = 52.14%
G = 32.86%
B = 15%

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

#DB8A3F (or 0xDB8A3F) is known color: Tree Poppy. HEX triplet: DB, 8A and 3F. RGB value is (219,138,63). Sum of RGB (Red+Green+Blue) = 219+138+63=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A3F is #2475C0. Grayscale: #9A9A9A. Windows color (decimal): -2389441 or 4164315. OLE color: 4164315.

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

Color convert

RGB 219 138 63 -
CMYK 0 0.37 0.71 0.14
HSL 28.85º 0.68% 0.55% -
HSV(B) 28.85º 0.71% 0.86% -
XYZ 39.2 33.6 9.12 -
YUV 153.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 219 138 63 0 0.37 0.71 0.14 28.85 0.68 0.55
Hex DB 8A 3F 0 25 47 E 1D 44 37
Octal 333 212 77 0 45 107 16 35 104 67
Binary 11011011 10001010 111111 0 100101 1000111 1110 11101 1000100 110111

Color Harmonies of #DB8A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A3F

Black with #DB8A3F

Text Example


Text Example

White with #DB8A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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