Html Css Color HEX #D8C995 Tahuna Sands

📋 copy color: '#D8C995'

red 216 ◦ green 201 ◦ blue 149

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

Shades of Tahuna Sands #D8C995

Tints of Tahuna Sands #D8C995

RGB

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

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

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

R = 38.16%
G = 35.51%
B = 26.33%

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

#D8C995 (or 0xD8C995) is known color: Tahuna Sands. HEX triplet: D8, C9 and 95. RGB value is (216,201,149). Sum of RGB (Red+Green+Blue) = 216+201+149=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C995 is #27366A. Grayscale: #C7C7C7. Windows color (decimal): -2569835 or 9816536. OLE color: 9816536.

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

Color convert

RGB 216 201 149 -
CMYK 0 0.07 0.31 0.15
HSL 46.57º 0.46% 0.72% -
HSV(B) 46.57º 0.31% 0.85% -
XYZ 54.63 58.54 36.85 -
YUV 199.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 216 201 149 0 0.07 0.31 0.15 46.57 0.46 0.72
Hex D8 C9 95 0 7 1F F 2F 2E 48
Octal 330 311 225 0 7 37 17 57 56 110
Binary 11011000 11001001 10010101 0 111 11111 1111 101111 101110 1001000

Color Harmonies of #D8C995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C995

Black with #D8C995

Text Example


Text Example

White with #D8C995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C995; }

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

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

background-color css

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

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

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

border-color css

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

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

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