#DBBB7D

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

Shades of Straw #DBBB7D

Tints of Straw #DBBB7D

Color information

#DBBB7D (or 0xDBBB7D) is unknown color: approx Straw. HEX triplet: DB, BB and 7D. RGB value is (219,187,125). Sum of RGB (Red+Green+Blue) = 219+187+125=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB7D is #244482. Grayscale: #BDBDBD. Windows color (decimal): -2376835 or 8240091. OLE color: 8240091.

HSL color Cylindrical-coordinate representation of color #DBBB7D: hue angle of 39.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBBB7D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219187125-
CMYK00.150.430.14
HSL39.57º56.63%67.45%-
HSV(B)39.57º42.92%85.88%-
XYZ50.6952.0826.78-
YUV189.591.6149.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=41.24%
G=35.22%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918712500.150.430.1439.5756.6367.45
HexDBBB7D0F2BE283943
Octal33327317501753165071103
Binary110110111011101111111010111110101111101010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB7D; }

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

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

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

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

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

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

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

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