Html Css Color HEX #DAD298 Tahuna Sands

📋 copy color: '#DAD298'

red 218 ◦ green 210 ◦ blue 152

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

Shades of Tahuna Sands #DAD298

Tints of Tahuna Sands #DAD298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.21%

R = 37.59%
G = 36.21%
B = 26.21%

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

#DAD298 (or 0xDAD298) is known color: Tahuna Sands. HEX triplet: DA, D2 and 98. RGB value is (218,210,152). Sum of RGB (Red+Green+Blue) = 218+210+152=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD298 is #252D67. Grayscale: #CECECE. Windows color (decimal): -2436456 or 10015450. OLE color: 10015450.

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

Color convert

RGB 218 210 152 -
CMYK 0 0.04 0.30 0.15
HSL 52.73º 0.47% 0.73% -
HSV(B) 52.73º 0.3% 0.85% -
XYZ 57.63 63.27 38.88 -
YUV 205.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 218 210 152 0 0.04 0.30 0.15 52.73 0.47 0.73
Hex DA D2 98 0 4 1E F 35 2F 49
Octal 332 322 230 0 4 36 17 65 57 111
Binary 11011010 11010010 10011000 0 100 11110 1111 110101 101111 1001001

Color Harmonies of #DAD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD298

Black with #DAD298

Text Example


Text Example

White with #DAD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD298; }

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

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

background-color css

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

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

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

border-color css

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

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

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