#DAC088

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

Shades of Straw #DAC088

Tints of Straw #DAC088

Color information

#DAC088 (or 0xDAC088) is unknown color: approx Straw. HEX triplet: DA, C0 and 88. RGB value is (218,192,136). Sum of RGB (Red+Green+Blue) = 218+192+136=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC088 is #253F77. Grayscale: #C1C1C1. Windows color (decimal): -2441080 or 8962266. OLE color: 8962266.

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

Color convert

RGB218192136-
CMYK00.120.380.15
HSL40.98º52.56%69.41%-
HSV(B)40.98º37.61%85.49%-
XYZ52.2154.3831.04-
YUV193.3995.61145.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 136 (53.52% from 255) = 24.91%
R=39.93%
G=35.16%
B=24.91%

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
Decimal21819213600.120.380.1540.9852.5669.41
HexDAC0880C26F293545
Octal33230021001446175165105
Binary1101101011000000100010000110010011011111010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC088; }

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

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

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

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

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

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

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

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