#DABB7E

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

Shades of Straw #DABB7E

Tints of Straw #DABB7E

Color information

#DABB7E (or 0xDABB7E) is unknown color: approx Straw. HEX triplet: DA, BB and 7E. RGB value is (218,187,126). Sum of RGB (Red+Green+Blue) = 218+187+126=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB7E is #254481. Grayscale: #BDBDBD. Windows color (decimal): -2442370 or 8305626. OLE color: 8305626.

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

Color convert

RGB218187126-
CMYK00.140.420.15
HSL39.78º55.42%67.45%-
HSV(B)39.78º42.2%85.49%-
XYZ50.4551.9527.11-
YUV189.3292.27148.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=41.05%
G=35.22%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818712600.140.420.1539.7855.4267.45
HexDABB7E0E2AF283743
Octal33227317601652175067103
Binary110110101011101111111100111010101011111010001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB7E; }

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

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

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

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

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

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

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

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