#DAD481

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

Shades of Sandwisp #DAD481

Tints of Sandwisp #DAD481

Color information

#DAD481 (or 0xDAD481) is unknown color: approx Sandwisp. HEX triplet: DA, D4 and 81. RGB value is (218,212,129). Sum of RGB (Red+Green+Blue) = 218+212+129=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD481 is #252B7E. Grayscale: #CCCCCC. Windows color (decimal): -2435967 or 8508634. OLE color: 8508634.

HSL color Cylindrical-coordinate representation of color #DAD481: hue angle of 55.96º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAD481 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218212129-
CMYK00.030.410.15
HSL55.96º54.6%68.04%-
HSV(B)55.96º40.83%85.49%-
XYZ56.4263.5830.07-
YUV204.3385.49137.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 129 (50.78% from 255) = 23.08%
R=39.00%
G=37.92%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821212900.030.410.1555.9654.668.04
HexDAD4810329F383744
Octal3323242010351177067104
Binary11011010110101001000000101110100111111110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD481; }

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

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

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

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

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

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

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

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