Html Css Color HEX #D6C691 Tahuna Sands

📋 copy color: '#D6C691'

red 214 ◦ green 198 ◦ blue 145

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

Shades of Tahuna Sands #D6C691

Tints of Tahuna Sands #D6C691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.03%

R = 38.42%
G = 35.55%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6C691 (or 0xD6C691) is known color: Tahuna Sands. HEX triplet: D6, C6 and 91. RGB value is (214,198,145). Sum of RGB (Red+Green+Blue) = 214+198+145=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C691 is #29396E. Grayscale: #C4C4C4. Windows color (decimal): -2701679 or 9553622. OLE color: 9553622.

HSL color Cylindrical-coordinate representation of color #D6C691: hue angle of 46.09º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6C691 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 145 -
CMYK 0 0.07 0.32 0.16
HSL 46.09º 0.46% 0.7% -
HSV(B) 46.09º 0.32% 0.84% -
XYZ 53.04 56.73 34.94 -
YUV 196.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 214 198 145 0 0.07 0.32 0.16 46.09 0.46 0.7
Hex D6 C6 91 0 7 20 10 2E 2E 46
Octal 326 306 221 0 7 40 20 56 56 106
Binary 11010110 11000110 10010001 0 111 100000 10000 101110 101110 1000110

Color Harmonies of #D6C691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C691

Black with #D6C691

Text Example


Text Example

White with #D6C691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C691; }

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

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

background-color css

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

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

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

border-color css

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

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

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