#DABC7B

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

Shades of Straw #DABC7B

Tints of Straw #DABC7B

Color information

#DABC7B (or 0xDABC7B) is unknown color: approx Straw. HEX triplet: DA, BC and 7B. RGB value is (218,188,123). Sum of RGB (Red+Green+Blue) = 218+188+123=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC7B is #254384. Grayscale: #BDBDBD. Windows color (decimal): -2442117 or 8109274. OLE color: 8109274.

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

Color convert

RGB218188123-
CMYK00.140.440.15
HSL41.05º56.21%66.86%-
HSV(B)41.05º43.58%85.49%-
XYZ50.4752.326.17-
YUV189.5690.44148.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=41.21%
G=35.54%
B=23.25%

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
Decimal21818812300.140.440.1541.0556.2166.86
HexDABC7B0E2CF293843
Octal33227417301654175170103
Binary110110101011110011110110111010110011111010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC7B; }

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

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

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

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

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

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

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

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