#DAD093

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

Shades of Tahuna Sands #DAD093

Tints of Tahuna Sands #DAD093

Color information

#DAD093 (or 0xDAD093) is unknown color: approx Tahuna Sands. HEX triplet: DA, D0 and 93. RGB value is (218,208,147). Sum of RGB (Red+Green+Blue) = 218+208+147=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD093 is #252F6C. Grayscale: #CCCCCC. Windows color (decimal): -2436973 or 9687258. OLE color: 9687258.

HSL color Cylindrical-coordinate representation of color #DAD093: hue angle of 51.55º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD093 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218208147-
CMYK00.050.330.15
HSL51.55º48.97%71.57%-
HSV(B)51.55º32.57%85.49%-
XYZ56.7462.1236.6-
YUV204.0495.81137.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=38.05%
G=36.30%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820814700.050.330.1551.5548.9771.57
HexDAD0930521F343148
Octal3323202230541176461110
Binary110110101101000010010011010110000111111101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD093; }

 p { color: rgb(218,208,147); }

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

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

 a { background-color: rgb(218,208,147); }

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

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

 span { border-color: rgb(218,208,147); }

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