Html Css Color HEX #D6D495 Tahuna Sands

📋 copy color: '#D6D495'

red 214 ◦ green 212 ◦ blue 149

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

Shades of Tahuna Sands #D6D495

Tints of Tahuna Sands #D6D495

RGB

 RED value IS 214 (83.98% from 255) = 37.22%

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

 BLUE value IS 149 (58.59% from 255) = 25.91%

R = 37.22%
G = 36.87%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6D495 (or 0xD6D495) is known color: Tahuna Sands. HEX triplet: D6, D4 and 95. RGB value is (214,212,149). Sum of RGB (Red+Green+Blue) = 214+212+149=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D495 is #292B6A. Grayscale: #CDCDCD. Windows color (decimal): -2698091 or 9819350. OLE color: 9819350.

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

Color convert

RGB 214 212 149 -
CMYK 0 0.01 0.30 0.16
HSL 58.15º 0.44% 0.71% -
HSV(B) 58.15º 0.3% 0.84% -
XYZ 56.7 63.55 37.71 -
YUV 205.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 214 212 149 0 0.01 0.30 0.16 58.15 0.44 0.71
Hex D6 D4 95 0 1 1E 10 3A 2C 47
Octal 326 324 225 0 1 36 20 72 54 107
Binary 11010110 11010100 10010101 0 1 11110 10000 111010 101100 1000111

Color Harmonies of #D6D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D495

Black with #D6D495

Text Example


Text Example

White with #D6D495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D495; }

 p { color: rgb(214,212,149); }

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

background-color css

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

 a { background-color: rgb(214,212,149); }

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

border-color css

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

 span { border-color: rgb(214,212,149); }

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