Html Css Color HEX #D8D296 Tahuna Sands

📋 copy color: '#D8D296'

red 216 ◦ green 210 ◦ blue 150

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

Shades of Tahuna Sands #D8D296

Tints of Tahuna Sands #D8D296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.46%

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

R = 37.5%
G = 36.46%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8D296 (or 0xD8D296) is known color: Tahuna Sands. HEX triplet: D8, D2 and 96. RGB value is (216,210,150). Sum of RGB (Red+Green+Blue) = 216+210+150=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D296 is #272D69. Grayscale: #CDCDCD. Windows color (decimal): -2567530 or 9884376. OLE color: 9884376.

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

Color convert

RGB 216 210 150 -
CMYK 0 0.03 0.31 0.15
HSL 54.55º 0.46% 0.72% -
HSV(B) 54.55º 0.31% 0.85% -
XYZ 56.87 62.89 38 -
YUV 204.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 216 210 150 0 0.03 0.31 0.15 54.55 0.46 0.72
Hex D8 D2 96 0 3 1F F 37 2E 48
Octal 330 322 226 0 3 37 17 67 56 110
Binary 11011000 11010010 10010110 0 11 11111 1111 110111 101110 1001000

Color Harmonies of #D8D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D296

Black with #D8D296

Text Example


Text Example

White with #D8D296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D296; }

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

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

background-color css

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

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

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

border-color css

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

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

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