Html Css Color HEX #DB8531 Tree Poppy

📋 copy color: '#DB8531'

red 219 ◦ green 133 ◦ blue 49

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

Shades of Tree Poppy #DB8531

Tints of Tree Poppy #DB8531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 54.61%
G = 33.17%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8531 (or 0xDB8531) is known color: Tree Poppy. HEX triplet: DB, 85 and 31. RGB value is (219,133,49). Sum of RGB (Red+Green+Blue) = 219+133+49=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8531 is #247ACE. Grayscale: #959595. Windows color (decimal): -2390735 or 3245531. OLE color: 3245531.

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

Color convert

RGB 219 133 49 -
CMYK 0 0.39 0.78 0.14
HSL 29.65º 0.7% 0.53% -
HSV(B) 29.65º 0.78% 0.86% -
XYZ 38.16 32.06 7.08 -
YUV 149.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 219 133 49 0 0.39 0.78 0.14 29.65 0.7 0.53
Hex DB 85 31 0 27 4E E 1E 46 35
Octal 333 205 61 0 47 116 16 36 106 65
Binary 11011011 10000101 110001 0 100111 1001110 1110 11110 1000110 110101

Color Harmonies of #DB8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8531

Black with #DB8531

Text Example


Text Example

White with #DB8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8531; }

 p { color: rgb(219,133,49); }

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

background-color css

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

 a { background-color: rgb(219,133,49); }

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

border-color css

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

 span { border-color: rgb(219,133,49); }

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