Html Css Color HEX #D5D494 Tahuna Sands

📋 copy color: '#D5D494'

red 213 ◦ green 212 ◦ blue 148

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

Shades of Tahuna Sands #D5D494

Tints of Tahuna Sands #D5D494

RGB

 RED value IS 213 (83.59% from 255) = 37.17%

 GREEN value IS 212 (83.2% from 255) = 37%

 BLUE value IS 148 (58.2% from 255) = 25.83%

R = 37.17%
G = 37%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5D494 (or 0xD5D494) is known color: Tahuna Sands. HEX triplet: D5, D4 and 94. RGB value is (213,212,148). Sum of RGB (Red+Green+Blue) = 213+212+148=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D494 is #2A2B6B. Grayscale: #CDCDCD. Windows color (decimal): -2763628 or 9753813. OLE color: 9753813.

HSL color Cylindrical-coordinate representation of color #D5D494: hue angle of 59.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5D494 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 148 -
CMYK 0 0.00 0.31 0.16
HSL 59.08º 0.44% 0.71% -
HSV(B) 59.08º 0.31% 0.84% -
XYZ 56.33 63.37 37.28 -
YUV 205 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 213 212 148 0 0.00 0.31 0.16 59.08 0.44 0.71
Hex D5 D4 94 0 0 1F 10 3B 2C 47
Octal 325 324 224 0 0 37 20 73 54 107
Binary 11010101 11010100 10010100 0 0 11111 10000 111011 101100 1000111

Color Harmonies of #D5D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D494

Black with #D5D494

Text Example


Text Example

White with #D5D494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D494; }

 p { color: rgb(213,212,148); }

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

background-color css

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

 a { background-color: rgb(213,212,148); }

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

border-color css

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

 span { border-color: rgb(213,212,148); }

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