Html Css Color HEX #DAD299 Tahuna Sands

📋 copy color: '#DAD299'

red 218 ◦ green 210 ◦ blue 153

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

Shades of Tahuna Sands #DAD299

Tints of Tahuna Sands #DAD299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.33%

R = 37.52%
G = 36.14%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAD299 (or 0xDAD299) is known color: Tahuna Sands. HEX triplet: DA, D2 and 99. RGB value is (218,210,153). Sum of RGB (Red+Green+Blue) = 218+210+153=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD299 is #252D66. Grayscale: #CECECE. Windows color (decimal): -2436455 or 10080986. OLE color: 10080986.

HSL color Cylindrical-coordinate representation of color #DAD299: hue angle of 52.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAD299 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 153 -
CMYK 0 0.04 0.30 0.15
HSL 52.62º 0.47% 0.73% -
HSV(B) 52.62º 0.3% 0.85% -
XYZ 57.71 63.3 39.31 -
YUV 205.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 218 210 153 0 0.04 0.30 0.15 52.62 0.47 0.73
Hex DA D2 99 0 4 1E F 35 2F 49
Octal 332 322 231 0 4 36 17 65 57 111
Binary 11011010 11010010 10011001 0 100 11110 1111 110101 101111 1001001

Color Harmonies of #DAD299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD299

Black with #DAD299

Text Example


Text Example

White with #DAD299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD299; }

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

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

background-color css

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

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

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

border-color css

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

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

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