Html Css Color HEX #D6C696 Tahuna Sands

📋 copy color: '#D6C696'

red 214 ◦ green 198 ◦ blue 150

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

Shades of Tahuna Sands #D6C696

Tints of Tahuna Sands #D6C696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.23%

 BLUE value IS 150 (58.98% from 255) = 26.69%

R = 38.08%
G = 35.23%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6C696 (or 0xD6C696) is known color: Tahuna Sands. HEX triplet: D6, C6 and 96. RGB value is (214,198,150). Sum of RGB (Red+Green+Blue) = 214+198+150=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C696 is #293969. Grayscale: #C5C5C5. Windows color (decimal): -2701674 or 9881302. OLE color: 9881302.

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

Color convert

RGB 214 198 150 -
CMYK 0 0.07 0.30 0.16
HSL 45º 0.44% 0.71% -
HSV(B) 45º 0.3% 0.84% -
XYZ 53.43 56.89 37.02 -
YUV 197.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 214 198 150 0 0.07 0.30 0.16 45 0.44 0.71
Hex D6 C6 96 0 7 1E 10 2D 2C 47
Octal 326 306 226 0 7 36 20 55 54 107
Binary 11010110 11000110 10010110 0 111 11110 10000 101101 101100 1000111

Color Harmonies of #D6C696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C696

Black with #D6C696

Text Example


Text Example

White with #D6C696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C696; }

 p { color: rgb(214,198,150); }

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

background-color css

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

 a { background-color: rgb(214,198,150); }

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

border-color css

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

 span { border-color: rgb(214,198,150); }

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