#DBBE86

Color #DBBE86 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DBBE86

Tints of Straw #DBBE86

Color information

#DBBE86 (or 0xDBBE86) is unknown color: approx Straw. HEX triplet: DB, BE and 86. RGB value is (219,190,134). Sum of RGB (Red+Green+Blue) = 219+190+134=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE86 is #244179. Grayscale: #C0C0C0. Windows color (decimal): -2376058 or 8830683. OLE color: 8830683.

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

Color convert

RGB219190134-
CMYK00.130.390.14
HSL39.53º54.14%69.22%-
HSV(B)39.53º38.81%85.88%-
XYZ51.9353.6130.16-
YUV192.2995.11147.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=40.33%
G=34.99%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919013400.130.390.1439.5354.1469.22
HexDBBE860D27E283645
Octal33327620601547165066105
Binary1101101110111110100001100110110011111101010001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE86; }

 p { color: rgb(219,190,134); }

 H1.HeaderClassName
 {
   color: #DBBE86;
 }
 .AnyTagClassName
 {
   color: #DBBE86;
 }
</style>
background-color css

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

 a { background-color: rgb(219,190,134); }

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

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

 span { border-color: rgb(219,190,134); }

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