#DAC086

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

Shades of Straw #DAC086

Tints of Straw #DAC086

Color information

#DAC086 (or 0xDAC086) is unknown color: approx Straw. HEX triplet: DA, C0 and 86. RGB value is (218,192,134). Sum of RGB (Red+Green+Blue) = 218+192+134=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC086 is #253F79. Grayscale: #C1C1C1. Windows color (decimal): -2441082 or 8831194. OLE color: 8831194.

HSL color Cylindrical-coordinate representation of color #DAC086: hue angle of 41.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAC086 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218192134-
CMYK00.120.390.15
HSL41.43º53.16%69.02%-
HSV(B)41.43º38.53%85.49%-
XYZ52.0754.3330.3-
YUV193.1694.61145.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=40.07%
G=35.29%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819213400.120.390.1541.4353.1669.02
HexDAC0860C27F293545
Octal33230020601447175165105
Binary1101101011000000100001100110010011111111010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC086; }

 p { color: rgb(218,192,134); }

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

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

 a { background-color: rgb(218,192,134); }

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

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

 span { border-color: rgb(218,192,134); }

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