Html Css Color HEX #DB8038 Tree Poppy

📋 copy color: '#DB8038'

red 219 ◦ green 128 ◦ blue 56

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

Shades of Tree Poppy #DB8038

Tints of Tree Poppy #DB8038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.9%

R = 54.34%
G = 31.76%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB8038 (or 0xDB8038) is known color: Tree Poppy. HEX triplet: DB, 80 and 38. RGB value is (219,128,56). Sum of RGB (Red+Green+Blue) = 219+128+56=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8038 is #247FC7. Grayscale: #939393. Windows color (decimal): -2392008 or 3703003. OLE color: 3703003.

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

Color convert

RGB 219 128 56 -
CMYK 0 0.42 0.74 0.14
HSL 26.5º 0.69% 0.54% -
HSV(B) 26.5º 0.74% 0.86% -
XYZ 37.65 30.78 7.7 -
YUV 147 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 219 128 56 0 0.42 0.74 0.14 26.5 0.69 0.54
Hex DB 80 38 0 2A 4A E 1B 45 36
Octal 333 200 70 0 52 112 16 33 105 66
Binary 11011011 10000000 111000 0 101010 1001010 1110 11011 1000101 110110

Color Harmonies of #DB8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8038

Black with #DB8038

Text Example


Text Example

White with #DB8038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8038; }

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

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

background-color css

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

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

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

border-color css

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

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

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