#DAD384

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

Shades of Sandwisp #DAD384

Tints of Sandwisp #DAD384

Color information

#DAD384 (or 0xDAD384) is unknown color: approx Sandwisp. HEX triplet: DA, D3 and 84. RGB value is (218,211,132). Sum of RGB (Red+Green+Blue) = 218+211+132=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD384 is #252C7B. Grayscale: #CCCCCC. Windows color (decimal): -2436220 or 8704986. OLE color: 8704986.

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

Color convert

RGB218211132-
CMYK00.030.390.15
HSL55.12º53.75%68.63%-
HSV(B)55.12º39.45%85.49%-
XYZ56.3763.1631.05-
YUV204.0987.32137.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 211 (82.81% from 255) = 37.61%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=38.86%
G=37.61%
B=23.53%

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
Decimal21821113200.030.390.1555.1253.7568.63
HexDAD3840327F373645
Octal3323232040347176766105
Binary11011010110100111000010001110011111111101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD384; }

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

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

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

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

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

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

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

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