#DBBE83

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

Shades of Straw #DBBE83

Tints of Straw #DBBE83

Color information

#DBBE83 (or 0xDBBE83) is unknown color: approx Straw. HEX triplet: DB, BE and 83. RGB value is (219,190,131). Sum of RGB (Red+Green+Blue) = 219+190+131=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE83 is #24417C. Grayscale: #C0C0C0. Windows color (decimal): -2376061 or 8634075. OLE color: 8634075.

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

Color convert

RGB219190131-
CMYK00.130.400.14
HSL40.23º55%68.63%-
HSV(B)40.23º40.18%85.88%-
XYZ51.7253.5329.08-
YUV191.9493.61147.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 131 (51.56% from 255) = 24.26%
R=40.56%
G=35.19%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919013100.130.400.1440.235568.63
HexDBBE830D28E283745
Octal33327620301550165067105
Binary1101101110111110100000110110110100011101010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE83; }

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

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

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

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

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

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

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

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