Html Css Color HEX #DB8035 Tree Poppy

📋 copy color: '#DB8035'

red 219 ◦ green 128 ◦ blue 53

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

Shades of Tree Poppy #DB8035

Tints of Tree Poppy #DB8035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 54.75%
G = 32%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB8035 (or 0xDB8035) is known color: Tree Poppy. HEX triplet: DB, 80 and 35. RGB value is (219,128,53). Sum of RGB (Red+Green+Blue) = 219+128+53=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8035 is #247FCA. Grayscale: #939393. Windows color (decimal): -2392011 or 3506395. OLE color: 3506395.

HSL color Cylindrical-coordinate representation of color #DB8035: hue angle of 27.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB8035 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 53 -
CMYK 0 0.42 0.76 0.14
HSL 27.11º 0.7% 0.53% -
HSV(B) 27.11º 0.76% 0.86% -
XYZ 37.58 30.76 7.32 -
YUV 146.66 75.15 179.6 -
System Red Green Blue C M Y K H S L
Decimal 219 128 53 0 0.42 0.76 0.14 27.11 0.7 0.53
Hex DB 80 35 0 2A 4C E 1B 46 35
Octal 333 200 65 0 52 114 16 33 106 65
Binary 11011011 10000000 110101 0 101010 1001100 1110 11011 1000110 110101

Color Harmonies of #DB8035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8035

Black with #DB8035

Text Example


Text Example

White with #DB8035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8035; }

 p { color: rgb(219,128,53); }

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

background-color css

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

 a { background-color: rgb(219,128,53); }

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

border-color css

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

 span { border-color: rgb(219,128,53); }

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