Html Css Color HEX #DB8134 Tree Poppy

📋 copy color: '#DB8134'

red 219 ◦ green 129 ◦ blue 52

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

Shades of Tree Poppy #DB8134

Tints of Tree Poppy #DB8134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13%

R = 54.75%
G = 32.25%
B = 13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB8134 (or 0xDB8134) is known color: Tree Poppy. HEX triplet: DB, 81 and 34. RGB value is (219,129,52). Sum of RGB (Red+Green+Blue) = 219+129+52=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8134 is #247ECB. Grayscale: #939393. Windows color (decimal): -2391756 or 3441115. OLE color: 3441115.

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

Color convert

RGB 219 129 52 -
CMYK 0 0.41 0.76 0.14
HSL 27.66º 0.7% 0.53% -
HSV(B) 27.66º 0.76% 0.86% -
XYZ 37.68 31.01 7.25 -
YUV 147.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 219 129 52 0 0.41 0.76 0.14 27.66 0.7 0.53
Hex DB 81 34 0 29 4C E 1C 46 35
Octal 333 201 64 0 51 114 16 34 106 65
Binary 11011011 10000001 110100 0 101001 1001100 1110 11100 1000110 110101

Color Harmonies of #DB8134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8134

Black with #DB8134

Text Example


Text Example

White with #DB8134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8134; }

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

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

background-color css

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

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

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

border-color css

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

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

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