#DAB97B

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

Shades of Straw #DAB97B

Tints of Straw #DAB97B

Color information

#DAB97B (or 0xDAB97B) is unknown color: approx Straw. HEX triplet: DA, B9 and 7B. RGB value is (218,185,123). Sum of RGB (Red+Green+Blue) = 218+185+123=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB97B is #254684. Grayscale: #BCBCBC. Windows color (decimal): -2442885 or 8108506. OLE color: 8108506.

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

Color convert

RGB218185123-
CMYK00.150.440.15
HSL39.16º56.21%66.86%-
HSV(B)39.16º43.58%85.49%-
XYZ49.8451.0325.96-
YUV187.891.43149.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 123 (48.44% from 255) = 23.38%
R=41.44%
G=35.17%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818512300.150.440.1539.1656.2166.86
HexDAB97B0F2CF273843
Octal33227117301754174770103
Binary110110101011100111110110111110110011111001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB97B; }

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

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

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

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

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

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

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

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