#DAD188

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

Shades of Sandwisp #DAD188

Tints of Sandwisp #DAD188

Color information

#DAD188 (or 0xDAD188) is unknown color: approx Sandwisp. HEX triplet: DA, D1 and 88. RGB value is (218,209,136). Sum of RGB (Red+Green+Blue) = 218+209+136=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD188 is #252E77. Grayscale: #CBCBCB. Windows color (decimal): -2436728 or 8966618. OLE color: 8966618.

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

Color convert

RGB218209136-
CMYK00.040.380.15
HSL53.41º52.56%69.41%-
HSV(B)53.41º37.61%85.49%-
XYZ56.1662.2832.35-
YUV203.3789.98138.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 209 (82.03% from 255) = 37.12%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=38.72%
G=37.12%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820913600.040.380.1553.4152.5669.41
HexDAD1880426F353545
Octal3323212100446176565105
Binary110110101101000110001000010010011011111101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD188; }

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

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

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

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

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

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

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

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