Html Css Color HEX #DB8133 Tree Poppy

📋 copy color: '#DB8133'

red 219 ◦ green 129 ◦ blue 51

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

Shades of Tree Poppy #DB8133

Tints of Tree Poppy #DB8133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.78%

R = 54.89%
G = 32.33%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB8133 (or 0xDB8133) is known color: Tree Poppy. HEX triplet: DB, 81 and 33. RGB value is (219,129,51). Sum of RGB (Red+Green+Blue) = 219+129+51=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8133 is #247ECC. Grayscale: #939393. Windows color (decimal): -2391757 or 3375579. OLE color: 3375579.

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

Color convert

RGB 219 129 51 -
CMYK 0 0.41 0.77 0.14
HSL 27.86º 0.7% 0.53% -
HSV(B) 27.86º 0.77% 0.86% -
XYZ 37.66 31 7.13 -
YUV 147.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 219 129 51 0 0.41 0.77 0.14 27.86 0.7 0.53
Hex DB 81 33 0 29 4D E 1C 46 35
Octal 333 201 63 0 51 115 16 34 106 65
Binary 11011011 10000001 110011 0 101001 1001101 1110 11100 1000110 110101

Color Harmonies of #DB8133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8133

Black with #DB8133

Text Example


Text Example

White with #DB8133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8133; }

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

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

background-color css

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

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

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

border-color css

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

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

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