#DAD293

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

Shades of Tahuna Sands #DAD293

Tints of Tahuna Sands #DAD293

Color information

#DAD293 (or 0xDAD293) is unknown color: approx Tahuna Sands. HEX triplet: DA, D2 and 93. RGB value is (218,210,147). Sum of RGB (Red+Green+Blue) = 218+210+147=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD293 is #252D6C. Grayscale: #CDCDCD. Windows color (decimal): -2436461 or 9687770. OLE color: 9687770.

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

Color convert

RGB218210147-
CMYK00.040.330.15
HSL53.24º48.97%71.57%-
HSV(B)53.24º32.57%85.49%-
XYZ57.2363.1136.77-
YUV205.2195.15137.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=37.91%
G=36.52%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821014700.040.330.1553.2448.9771.57
HexDAD2930421F353148
Octal3323222230441176561110
Binary110110101101001010010011010010000111111101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD293; }

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

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

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

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

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

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

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

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