#DABB7B

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

Shades of Straw #DABB7B

Tints of Straw #DABB7B

Color information

#DABB7B (or 0xDABB7B) is unknown color: approx Straw. HEX triplet: DA, BB and 7B. RGB value is (218,187,123). Sum of RGB (Red+Green+Blue) = 218+187+123=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB7B is #254484. Grayscale: #BDBDBD. Windows color (decimal): -2442373 or 8109018. OLE color: 8109018.

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

Color convert

RGB218187123-
CMYK00.140.440.15
HSL40.42º56.21%66.86%-
HSV(B)40.42º43.58%85.49%-
XYZ50.2651.8826.1-
YUV188.9790.77148.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 123 (48.44% from 255) = 23.30%
R=41.29%
G=35.42%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818712300.140.440.1540.4256.2166.86
HexDABB7B0E2CF283843
Octal33227317301654175070103
Binary110110101011101111110110111010110011111010001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB7B; }

 p { color: rgb(218,187,123); }

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

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

 a { background-color: rgb(218,187,123); }

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

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

 span { border-color: rgb(218,187,123); }

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