Html Css Color HEX #DB8130 Tree Poppy

📋 copy color: '#DB8130'

red 219 ◦ green 129 ◦ blue 48

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

Shades of Tree Poppy #DB8130

Tints of Tree Poppy #DB8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 55.3%
G = 32.58%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8130 (or 0xDB8130) is known color: Tree Poppy. HEX triplet: DB, 81 and 30. RGB value is (219,129,48). Sum of RGB (Red+Green+Blue) = 219+129+48=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8130 is #247ECF. Grayscale: #939393. Windows color (decimal): -2391760 or 3178971. OLE color: 3178971.

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

Color convert

RGB 219 129 48 -
CMYK 0 0.41 0.78 0.14
HSL 28.42º 0.7% 0.52% -
HSV(B) 28.42º 0.78% 0.86% -
XYZ 37.6 30.97 6.79 -
YUV 146.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 219 129 48 0 0.41 0.78 0.14 28.42 0.7 0.52
Hex DB 81 30 0 29 4E E 1C 46 34
Octal 333 201 60 0 51 116 16 34 106 64
Binary 11011011 10000001 110000 0 101001 1001110 1110 11100 1000110 110100

Color Harmonies of #DB8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8130

Black with #DB8130

Text Example


Text Example

White with #DB8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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