Html Css Color HEX #DAD095 Tahuna Sands

📋 copy color: '#DAD095'

red 218 ◦ green 208 ◦ blue 149

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

Shades of Tahuna Sands #DAD095

Tints of Tahuna Sands #DAD095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.17%

 BLUE value IS 149 (58.59% from 255) = 25.91%

R = 37.91%
G = 36.17%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAD095 (or 0xDAD095) is known color: Tahuna Sands. HEX triplet: DA, D0 and 95. RGB value is (218,208,149). Sum of RGB (Red+Green+Blue) = 218+208+149=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD095 is #252F6A. Grayscale: #CCCCCC. Windows color (decimal): -2436971 or 9818330. OLE color: 9818330.

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

Color convert

RGB 218 208 149 -
CMYK 0 0.05 0.32 0.15
HSL 51.3º 0.48% 0.72% -
HSV(B) 51.3º 0.32% 0.85% -
XYZ 56.89 62.19 37.44 -
YUV 204.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 218 208 149 0 0.05 0.32 0.15 51.3 0.48 0.72
Hex DA D0 95 0 5 20 F 33 30 48
Octal 332 320 225 0 5 40 17 63 60 110
Binary 11011010 11010000 10010101 0 101 100000 1111 110011 110000 1001000

Color Harmonies of #DAD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD095

Black with #DAD095

Text Example


Text Example

White with #DAD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD095; }

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

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

background-color css

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

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

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

border-color css

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

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

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