Html Css Color HEX #DAD393 Tahuna Sands

📋 copy color: '#DAD393'

red 218 ◦ green 211 ◦ blue 147

#DAD393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #DAD393

Tints of Tahuna Sands #DAD393

RGB

 RED value IS 218 (85.55% from 255) = 37.85%

 GREEN value IS 211 (82.81% from 255) = 36.63%

 BLUE value IS 147 (57.81% from 255) = 25.52%

R = 37.85%
G = 36.63%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD393 (or 0xDAD393) is known color: Tahuna Sands. HEX triplet: DA, D3 and 93. RGB value is (218,211,147). Sum of RGB (Red+Green+Blue) = 218+211+147=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD393 is #252C6C. Grayscale: #CECECE. Windows color (decimal): -2436205 or 9688026. OLE color: 9688026.

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

Color convert

RGB 218 211 147 -
CMYK 0 0.03 0.33 0.15
HSL 54.08º 0.49% 0.72% -
HSV(B) 54.08º 0.33% 0.85% -
XYZ 57.47 63.6 36.85 -
YUV 205.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 218 211 147 0 0.03 0.33 0.15 54.08 0.49 0.72
Hex DA D3 93 0 3 21 F 36 31 48
Octal 332 323 223 0 3 41 17 66 61 110
Binary 11011010 11010011 10010011 0 11 100001 1111 110110 110001 1001000

Color Harmonies of #DAD393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD393

Black with #DAD393

Text Example


Text Example

White with #DAD393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD393; }

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

 H1.HeaderClassName
 {
   color: #DAD393;
 }
 .AnyTagClassName
 {
   color: #DAD393;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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