Html Css Color HEX #D8D096 Tahuna Sands

📋 copy color: '#D8D096'

red 216 ◦ green 208 ◦ blue 150

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

Shades of Tahuna Sands #D8D096

Tints of Tahuna Sands #D8D096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.24%

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

R = 37.63%
G = 36.24%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8D096 (or 0xD8D096) is known color: Tahuna Sands. HEX triplet: D8, D0 and 96. RGB value is (216,208,150). Sum of RGB (Red+Green+Blue) = 216+208+150=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D096 is #272F69. Grayscale: #CCCCCC. Windows color (decimal): -2568042 or 9883864. OLE color: 9883864.

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

Color convert

RGB 216 208 150 -
CMYK 0 0.04 0.31 0.15
HSL 52.73º 0.46% 0.72% -
HSV(B) 52.73º 0.31% 0.85% -
XYZ 56.38 61.91 37.83 -
YUV 203.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 216 208 150 0 0.04 0.31 0.15 52.73 0.46 0.72
Hex D8 D0 96 0 4 1F F 35 2E 48
Octal 330 320 226 0 4 37 17 65 56 110
Binary 11011000 11010000 10010110 0 100 11111 1111 110101 101110 1001000

Color Harmonies of #D8D096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D096

Black with #D8D096

Text Example


Text Example

White with #D8D096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D096; }

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

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

background-color css

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

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

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

border-color css

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

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

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