Html Css Color HEX #D7C896 Tahuna Sands

📋 copy color: '#D7C896'

red 215 ◦ green 200 ◦ blue 150

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

Shades of Tahuna Sands #D7C896

Tints of Tahuna Sands #D7C896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

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

R = 38.05%
G = 35.4%
B = 26.55%

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

#D7C896 (or 0xD7C896) is known color: Tahuna Sands. HEX triplet: D7, C8 and 96. RGB value is (215,200,150). Sum of RGB (Red+Green+Blue) = 215+200+150=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C896 is #283769. Grayscale: #C7C7C7. Windows color (decimal): -2635626 or 9881815. OLE color: 9881815.

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

Color convert

RGB 215 200 150 -
CMYK 0 0.07 0.30 0.16
HSL 46.15º 0.45% 0.72% -
HSV(B) 46.15º 0.3% 0.84% -
XYZ 54.18 57.96 37.19 -
YUV 198.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 215 200 150 0 0.07 0.30 0.16 46.15 0.45 0.72
Hex D7 C8 96 0 7 1E 10 2E 2D 48
Octal 327 310 226 0 7 36 20 56 55 110
Binary 11010111 11001000 10010110 0 111 11110 10000 101110 101101 1001000

Color Harmonies of #D7C896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C896

Black with #D7C896

Text Example


Text Example

White with #D7C896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C896; }

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

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

background-color css

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

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

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

border-color css

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

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

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