#DAC087

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

Shades of Straw #DAC087

Tints of Straw #DAC087

Color information

#DAC087 (or 0xDAC087) is unknown color: approx Straw. HEX triplet: DA, C0 and 87. RGB value is (218,192,135). Sum of RGB (Red+Green+Blue) = 218+192+135=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC087 is #253F78. Grayscale: #C1C1C1. Windows color (decimal): -2441081 or 8896730. OLE color: 8896730.

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

Color convert

RGB218192135-
CMYK00.120.380.15
HSL41.2º52.87%69.22%-
HSV(B)41.2º38.07%85.49%-
XYZ52.1454.3530.67-
YUV193.2895.11145.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 135 (53.12% from 255) = 24.77%
R=40%
G=35.23%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819213500.120.380.1541.252.8769.22
HexDAC0870C26F293545
Octal33230020701446175165105
Binary1101101011000000100001110110010011011111010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC087; }

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

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

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

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

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

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

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

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