Html Css Color HEX #D6C997 Tahuna Sands

📋 copy color: '#D6C997'

red 214 ◦ green 201 ◦ blue 151

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

Shades of Tahuna Sands #D6C997

Tints of Tahuna Sands #D6C997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 151 (59.38% from 255) = 26.68%

R = 37.81%
G = 35.51%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6C997 (or 0xD6C997) is known color: Tahuna Sands. HEX triplet: D6, C9 and 97. RGB value is (214,201,151). Sum of RGB (Red+Green+Blue) = 214+201+151=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C997 is #293668. Grayscale: #C7C7C7. Windows color (decimal): -2700905 or 9947606. OLE color: 9947606.

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

Color convert

RGB 214 201 151 -
CMYK 0 0.06 0.29 0.16
HSL 47.62º 0.43% 0.72% -
HSV(B) 47.62º 0.29% 0.84% -
XYZ 54.2 58.3 37.68 -
YUV 199.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 214 201 151 0 0.06 0.29 0.16 47.62 0.43 0.72
Hex D6 C9 97 0 6 1D 10 30 2B 48
Octal 326 311 227 0 6 35 20 60 53 110
Binary 11010110 11001001 10010111 0 110 11101 10000 110000 101011 1001000

Color Harmonies of #D6C997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C997

Black with #D6C997

Text Example


Text Example

White with #D6C997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C997; }

 p { color: rgb(214,201,151); }

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

background-color css

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

 a { background-color: rgb(214,201,151); }

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

border-color css

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

 span { border-color: rgb(214,201,151); }

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