Html Css Color HEX #D7C696 Tahuna Sands

📋 copy color: '#D7C696'

red 215 ◦ green 198 ◦ blue 150

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

Shades of Tahuna Sands #D7C696

Tints of Tahuna Sands #D7C696

RGB

 RED value IS 215 (84.38% from 255) = 38.19%

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

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

R = 38.19%
G = 35.17%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7C696 (or 0xD7C696) is known color: Tahuna Sands. HEX triplet: D7, C6 and 96. RGB value is (215,198,150). Sum of RGB (Red+Green+Blue) = 215+198+150=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C696 is #283969. Grayscale: #C5C5C5. Windows color (decimal): -2636138 or 9881303. OLE color: 9881303.

HSL color Cylindrical-coordinate representation of color #D7C696: hue angle of 44.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7C696 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 198 150 -
CMYK 0 0.08 0.30 0.16
HSL 44.31º 0.45% 0.72% -
HSV(B) 44.31º 0.3% 0.84% -
XYZ 53.72 57.04 37.03 -
YUV 197.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 215 198 150 0 0.08 0.30 0.16 44.31 0.45 0.72
Hex D7 C6 96 0 8 1E 10 2C 2D 48
Octal 327 306 226 0 10 36 20 54 55 110
Binary 11010111 11000110 10010110 0 1000 11110 10000 101100 101101 1001000

Color Harmonies of #D7C696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C696

Black with #D7C696

Text Example


Text Example

White with #D7C696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C696; }

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

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

background-color css

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

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

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

border-color css

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

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

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