Html Css Color HEX #DACA90 Tahuna Sands

📋 copy color: '#DACA90'

red 218 ◦ green 202 ◦ blue 144

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

Shades of Tahuna Sands #DACA90

Tints of Tahuna Sands #DACA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.82%

 BLUE value IS 144 (56.64% from 255) = 25.53%

R = 38.65%
G = 35.82%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DACA90 (or 0xDACA90) is known color: Tahuna Sands. HEX triplet: DA, CA and 90. RGB value is (218,202,144). Sum of RGB (Red+Green+Blue) = 218+202+144=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA90 is #25356F. Grayscale: #C8C8C8. Windows color (decimal): -2438512 or 9489114. OLE color: 9489114.

HSL color Cylindrical-coordinate representation of color #DACA90: hue angle of 47.03º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DACA90 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 144 -
CMYK 0 0.07 0.34 0.15
HSL 47.03º 0.5% 0.71% -
HSV(B) 47.03º 0.34% 0.85% -
XYZ 55.07 59.16 34.9 -
YUV 200.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 218 202 144 0 0.07 0.34 0.15 47.03 0.5 0.71
Hex DA CA 90 0 7 22 F 2F 32 47
Octal 332 312 220 0 7 42 17 57 62 107
Binary 11011010 11001010 10010000 0 111 100010 1111 101111 110010 1000111

Color Harmonies of #DACA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA90

Black with #DACA90

Text Example


Text Example

White with #DACA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA90; }

 p { color: rgb(218,202,144); }

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

background-color css

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

 a { background-color: rgb(218,202,144); }

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

border-color css

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

 span { border-color: rgb(218,202,144); }

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