Html Css Color HEX #DB8A41 Tree Poppy

📋 copy color: '#DB8A41'

red 219 ◦ green 138 ◦ blue 65

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

Shades of Tree Poppy #DB8A41

Tints of Tree Poppy #DB8A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.4%

R = 51.9%
G = 32.7%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB8A41 (or 0xDB8A41) is known color: Tree Poppy. HEX triplet: DB, 8A and 41. RGB value is (219,138,65). Sum of RGB (Red+Green+Blue) = 219+138+65=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A41 is #2475BE. Grayscale: #9A9A9A. Windows color (decimal): -2389439 or 4295387. OLE color: 4295387.

HSL color Cylindrical-coordinate representation of color #DB8A41: hue angle of 28.44º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB8A41 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 65 -
CMYK 0 0.37 0.70 0.14
HSL 28.44º 0.68% 0.56% -
HSV(B) 28.44º 0.7% 0.86% -
XYZ 39.26 33.62 9.42 -
YUV 153.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 219 138 65 0 0.37 0.70 0.14 28.44 0.68 0.56
Hex DB 8A 41 0 25 46 E 1C 44 38
Octal 333 212 101 0 45 106 16 34 104 70
Binary 11011011 10001010 1000001 0 100101 1000110 1110 11100 1000100 111000

Color Harmonies of #DB8A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A41

Black with #DB8A41

Text Example


Text Example

White with #DB8A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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