Html Css Color HEX #D6D395 Tahuna Sands

📋 copy color: '#D6D395'

red 214 ◦ green 211 ◦ blue 149

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

Shades of Tahuna Sands #D6D395

Tints of Tahuna Sands #D6D395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.76%

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

R = 37.28%
G = 36.76%
B = 25.96%

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

#D6D395 (or 0xD6D395) is known color: Tahuna Sands. HEX triplet: D6, D3 and 95. RGB value is (214,211,149). Sum of RGB (Red+Green+Blue) = 214+211+149=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D395 is #292C6A. Grayscale: #CDCDCD. Windows color (decimal): -2698347 or 9819094. OLE color: 9819094.

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

Color convert

RGB 214 211 149 -
CMYK 0 0.01 0.30 0.16
HSL 57.23º 0.44% 0.71% -
HSV(B) 57.23º 0.3% 0.84% -
XYZ 56.45 63.05 37.63 -
YUV 204.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 214 211 149 0 0.01 0.30 0.16 57.23 0.44 0.71
Hex D6 D3 95 0 1 1E 10 39 2C 47
Octal 326 323 225 0 1 36 20 71 54 107
Binary 11010110 11010011 10010101 0 1 11110 10000 111001 101100 1000111

Color Harmonies of #D6D395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D395

Black with #D6D395

Text Example


Text Example

White with #D6D395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D395; }

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

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

background-color css

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

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

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

border-color css

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

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

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