#DAD484

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

Shades of Sandwisp #DAD484

Tints of Sandwisp #DAD484

Color information

#DAD484 (or 0xDAD484) is unknown color: approx Sandwisp. HEX triplet: DA, D4 and 84. RGB value is (218,212,132). Sum of RGB (Red+Green+Blue) = 218+212+132=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD484 is #252B7B. Grayscale: #CDCDCD. Windows color (decimal): -2435964 or 8705242. OLE color: 8705242.

HSL color Cylindrical-coordinate representation of color #DAD484: hue angle of 55.81º degrees, saturation: 0.54, 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 #DAD484 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218212132-
CMYK00.030.390.15
HSL55.81º53.75%68.63%-
HSV(B)55.81º39.45%85.49%-
XYZ56.6263.6631.13-
YUV204.6786.99137.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 132 (51.95% from 255) = 23.49%
R=38.79%
G=37.72%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821213200.030.390.1555.8153.7568.63
HexDAD4840327F383645
Octal3323242040347177066105
Binary11011010110101001000010001110011111111110001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD484; }

 p { color: rgb(218,212,132); }

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

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

 a { background-color: rgb(218,212,132); }

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

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

 span { border-color: rgb(218,212,132); }

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