#DAD288

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

Shades of Sandwisp #DAD288

Tints of Sandwisp #DAD288

Color information

#DAD288 (or 0xDAD288) is unknown color: approx Sandwisp. HEX triplet: DA, D2 and 88. RGB value is (218,210,136). Sum of RGB (Red+Green+Blue) = 218+210+136=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD288 is #252D77. Grayscale: #CCCCCC. Windows color (decimal): -2436472 or 8966874. OLE color: 8966874.

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

Color convert

RGB218210136-
CMYK00.040.380.15
HSL54.15º52.56%69.41%-
HSV(B)54.15º37.61%85.49%-
XYZ56.462.7832.44-
YUV203.9689.65138.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 136 (53.52% from 255) = 24.11%
R=38.65%
G=37.23%
B=24.11%

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
Decimal21821013600.040.380.1554.1552.5669.41
HexDAD2880426F363545
Octal3323222100446176665105
Binary110110101101001010001000010010011011111101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD288; }

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

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

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

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

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

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

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

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