Html Css Color HEX #D8C896 Tahuna Sands

📋 copy color: '#D8C896'

red 216 ◦ green 200 ◦ blue 150

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

Shades of Tahuna Sands #D8C896

Tints of Tahuna Sands #D8C896

RGB

 RED value IS 216 (84.77% from 255) = 38.16%

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

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

R = 38.16%
G = 35.34%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8C896 (or 0xD8C896) is known color: Tahuna Sands. HEX triplet: D8, C8 and 96. RGB value is (216,200,150). Sum of RGB (Red+Green+Blue) = 216+200+150=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C896 is #273769. Grayscale: #C7C7C7. Windows color (decimal): -2570090 or 9881816. OLE color: 9881816.

HSL color Cylindrical-coordinate representation of color #D8C896: hue angle of 45.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8C896 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 150 -
CMYK 0 0.07 0.31 0.15
HSL 45.45º 0.46% 0.72% -
HSV(B) 45.45º 0.31% 0.85% -
XYZ 54.48 58.11 37.2 -
YUV 199.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 216 200 150 0 0.07 0.31 0.15 45.45 0.46 0.72
Hex D8 C8 96 0 7 1F F 2D 2E 48
Octal 330 310 226 0 7 37 17 55 56 110
Binary 11011000 11001000 10010110 0 111 11111 1111 101101 101110 1001000

Color Harmonies of #D8C896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C896

Black with #D8C896

Text Example


Text Example

White with #D8C896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C896; }

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

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

background-color css

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

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

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

border-color css

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

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

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