#DBBE80

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

Shades of Straw #DBBE80

Tints of Straw #DBBE80

Color information

#DBBE80 (or 0xDBBE80) is unknown color: approx Straw. HEX triplet: DB, BE and 80. RGB value is (219,190,128). Sum of RGB (Red+Green+Blue) = 219+190+128=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE80 is #24417F. Grayscale: #BFBFBF. Windows color (decimal): -2376064 or 8437467. OLE color: 8437467.

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

Color convert

RGB219190128-
CMYK00.130.420.14
HSL40.88º55.83%68.04%-
HSV(B)40.88º41.55%85.88%-
XYZ51.5253.4528.02-
YUV191.692.11147.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=40.78%
G=35.38%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919012800.130.420.1440.8855.8368.04
HexDBBE800D2AE293844
Octal33327620001552165170104
Binary1101101110111110100000000110110101011101010011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE80; }

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

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

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

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

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

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

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

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