#DABA7D

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

Shades of Straw #DABA7D

Tints of Straw #DABA7D

Color information

#DABA7D (or 0xDABA7D) is unknown color: approx Straw. HEX triplet: DA, BA and 7D. RGB value is (218,186,125). Sum of RGB (Red+Green+Blue) = 218+186+125=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA7D is #254582. Grayscale: #BCBCBC. Windows color (decimal): -2442627 or 8239834. OLE color: 8239834.

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

Color convert

RGB218186125-
CMYK00.150.430.15
HSL39.35º55.69%67.25%-
HSV(B)39.35º42.66%85.49%-
XYZ50.1751.526.7-
YUV188.6192.1148.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=41.21%
G=35.16%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818612500.150.430.1539.3555.6967.25
HexDABA7D0F2BF273843
Octal33227217501753174770103
Binary110110101011101011111010111110101111111001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA7D; }

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

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

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

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

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

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

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

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