#DABC7D

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

Shades of Straw #DABC7D

Tints of Straw #DABC7D

Color information

#DABC7D (or 0xDABC7D) is unknown color: approx Straw. HEX triplet: DA, BC and 7D. RGB value is (218,188,125). Sum of RGB (Red+Green+Blue) = 218+188+125=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC7D is #254382. Grayscale: #BEBEBE. Windows color (decimal): -2442115 or 8240346. OLE color: 8240346.

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

Color convert

RGB218188125-
CMYK00.140.430.15
HSL40.65º55.69%67.25%-
HSV(B)40.65º42.66%85.49%-
XYZ50.652.3526.84-
YUV189.7991.44148.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=41.05%
G=35.40%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818812500.140.430.1540.6555.6967.25
HexDABC7D0E2BF293843
Octal33227417501653175170103
Binary110110101011110011111010111010101111111010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC7D; }

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

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

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

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

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

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

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

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