Html Css Color HEX #D6D49B Tahuna Sands

📋 copy color: '#D6D49B'

red 214 ◦ green 212 ◦ blue 155

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

Shades of Tahuna Sands #D6D49B

Tints of Tahuna Sands #D6D49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.68%

R = 36.83%
G = 36.49%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6D49B (or 0xD6D49B) is known color: Tahuna Sands. HEX triplet: D6, D4 and 9B. RGB value is (214,212,155). Sum of RGB (Red+Green+Blue) = 214+212+155=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D49B is #292B64. Grayscale: #CECECE. Windows color (decimal): -2698085 or 10212566. OLE color: 10212566.

HSL color Cylindrical-coordinate representation of color #D6D49B: hue angle of 57.97º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6D49B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 212 155 -
CMYK 0 0.01 0.28 0.16
HSL 57.97º 0.42% 0.72% -
HSV(B) 57.97º 0.28% 0.84% -
XYZ 57.19 63.75 40.3 -
YUV 206.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 214 212 155 0 0.01 0.28 0.16 57.97 0.42 0.72
Hex D6 D4 9B 0 1 1C 10 3A 2A 48
Octal 326 324 233 0 1 34 20 72 52 110
Binary 11010110 11010100 10011011 0 1 11100 10000 111010 101010 1001000

Color Harmonies of #D6D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D49B

Black with #D6D49B

Text Example


Text Example

White with #D6D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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