Html Css Color HEX #DAD296 Tahuna Sands

📋 copy color: '#DAD296'

red 218 ◦ green 210 ◦ blue 150

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

Shades of Tahuna Sands #DAD296

Tints of Tahuna Sands #DAD296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.33%

 BLUE value IS 150 (58.98% from 255) = 25.95%

R = 37.72%
G = 36.33%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAD296 (or 0xDAD296) is known color: Tahuna Sands. HEX triplet: DA, D2 and 96. RGB value is (218,210,150). Sum of RGB (Red+Green+Blue) = 218+210+150=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD296 is #252D69. Grayscale: #CDCDCD. Windows color (decimal): -2436458 or 9884378. OLE color: 9884378.

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

Color convert

RGB 218 210 150 -
CMYK 0 0.04 0.31 0.15
HSL 52.94º 0.48% 0.72% -
HSV(B) 52.94º 0.31% 0.85% -
XYZ 57.47 63.2 38.02 -
YUV 205.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 218 210 150 0 0.04 0.31 0.15 52.94 0.48 0.72
Hex DA D2 96 0 4 1F F 35 30 48
Octal 332 322 226 0 4 37 17 65 60 110
Binary 11011010 11010010 10010110 0 100 11111 1111 110101 110000 1001000

Color Harmonies of #DAD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD296

Black with #DAD296

Text Example


Text Example

White with #DAD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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