Html Css Color HEX #DB8030 Tree Poppy

📋 copy color: '#DB8030'

red 219 ◦ green 128 ◦ blue 48

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

Shades of Tree Poppy #DB8030

Tints of Tree Poppy #DB8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 55.44%
G = 32.41%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8030 (or 0xDB8030) is known color: Tree Poppy. HEX triplet: DB, 80 and 30. RGB value is (219,128,48). Sum of RGB (Red+Green+Blue) = 219+128+48=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8030 is #247FCF. Grayscale: #929292. Windows color (decimal): -2392016 or 3178715. OLE color: 3178715.

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

Color convert

RGB 219 128 48 -
CMYK 0 0.42 0.78 0.14
HSL 28.07º 0.7% 0.52% -
HSV(B) 28.07º 0.78% 0.86% -
XYZ 37.47 30.71 6.75 -
YUV 146.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 219 128 48 0 0.42 0.78 0.14 28.07 0.7 0.52
Hex DB 80 30 0 2A 4E E 1C 46 34
Octal 333 200 60 0 52 116 16 34 106 64
Binary 11011011 10000000 110000 0 101010 1001110 1110 11100 1000110 110100

Color Harmonies of #DB8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8030

Black with #DB8030

Text Example


Text Example

White with #DB8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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