#DBBB85

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

Shades of Straw #DBBB85

Tints of Straw #DBBB85

Color information

#DBBB85 (or 0xDBBB85) is unknown color: approx Straw. HEX triplet: DB, BB and 85. RGB value is (219,187,133). Sum of RGB (Red+Green+Blue) = 219+187+133=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB85 is #24447A. Grayscale: #BEBEBE. Windows color (decimal): -2376827 or 8764379. OLE color: 8764379.

HSL color Cylindrical-coordinate representation of color #DBBB85: hue angle of 37.67º 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 #DBBB85 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219187133-
CMYK00.150.390.14
HSL37.67º54.43%69.02%-
HSV(B)37.67º39.27%85.88%-
XYZ51.2252.2929.58-
YUV190.4195.6148.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=40.63%
G=34.69%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918713300.150.390.1437.6754.4369.02
HexDBBB850F27E263645
Octal33327320501747164666105
Binary1101101110111011100001010111110011111101001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB85; }

 p { color: rgb(219,187,133); }

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

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

 a { background-color: rgb(219,187,133); }

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

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

 span { border-color: rgb(219,187,133); }

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