#DBBE89

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

Shades of Straw #DBBE89

Tints of Straw #DBBE89

Color information

#DBBE89 (or 0xDBBE89) is unknown color: approx Straw. HEX triplet: DB, BE and 89. RGB value is (219,190,137). Sum of RGB (Red+Green+Blue) = 219+190+137=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE89 is #244176. Grayscale: #C0C0C0. Windows color (decimal): -2376055 or 9027291. OLE color: 9027291.

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

Color convert

RGB219190137-
CMYK00.130.370.14
HSL38.78º53.25%69.8%-
HSV(B)38.78º37.44%85.88%-
XYZ52.1453.6931.28-
YUV192.6396.61146.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 137 (53.91% from 255) = 25.09%
R=40.11%
G=34.80%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919013700.130.370.1438.7853.2569.8
HexDBBE890D25E273546
Octal33327621101545164765106
Binary1101101110111110100010010110110010111101001111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE89; }

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

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

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

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

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

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

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

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