Html Css Color HEX #D8C895 Tahuna Sands

📋 copy color: '#D8C895'

red 216 ◦ green 200 ◦ blue 149

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

Shades of Tahuna Sands #D8C895

Tints of Tahuna Sands #D8C895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 38.23%
G = 35.4%
B = 26.37%

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

#D8C895 (or 0xD8C895) is known color: Tahuna Sands. HEX triplet: D8, C8 and 95. RGB value is (216,200,149). Sum of RGB (Red+Green+Blue) = 216+200+149=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C895 is #27376A. Grayscale: #C7C7C7. Windows color (decimal): -2570091 or 9816280. OLE color: 9816280.

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

Color convert

RGB 216 200 149 -
CMYK 0 0.07 0.31 0.15
HSL 45.67º 0.46% 0.72% -
HSV(B) 45.67º 0.31% 0.85% -
XYZ 54.4 58.08 36.78 -
YUV 198.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 216 200 149 0 0.07 0.31 0.15 45.67 0.46 0.72
Hex D8 C8 95 0 7 1F F 2E 2E 48
Octal 330 310 225 0 7 37 17 56 56 110
Binary 11011000 11001000 10010101 0 111 11111 1111 101110 101110 1001000

Color Harmonies of #D8C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C895

Black with #D8C895

Text Example


Text Example

White with #D8C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C895; }

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

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

background-color css

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

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

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

border-color css

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

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

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