#DBBB7E

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

Shades of Straw #DBBB7E

Tints of Straw #DBBB7E

Color information

#DBBB7E (or 0xDBBB7E) is unknown color: approx Straw. HEX triplet: DB, BB and 7E. RGB value is (219,187,126). Sum of RGB (Red+Green+Blue) = 219+187+126=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB7E is #244481. Grayscale: #BDBDBD. Windows color (decimal): -2376834 or 8305627. OLE color: 8305627.

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

Color convert

RGB219187126-
CMYK00.150.420.14
HSL39.35º56.36%67.65%-
HSV(B)39.35º42.47%85.88%-
XYZ50.7552.1127.12-
YUV189.6192.1148.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 126 (49.61% from 255) = 23.68%
R=41.17%
G=35.15%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918712600.150.420.1439.3556.3667.65
HexDBBB7E0F2AE273844
Octal33327317601752164770104
Binary110110111011101111111100111110101011101001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB7E; }

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

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

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

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

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

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

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

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