Html Css Color HEX #D8D295 Tahuna Sands

📋 copy color: '#D8D295'

red 216 ◦ green 210 ◦ blue 149

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

Shades of Tahuna Sands #D8D295

Tints of Tahuna Sands #D8D295

RGB

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

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

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

R = 37.57%
G = 36.52%
B = 25.91%

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

#D8D295 (or 0xD8D295) is known color: Tahuna Sands. HEX triplet: D8, D2 and 95. RGB value is (216,210,149). Sum of RGB (Red+Green+Blue) = 216+210+149=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D295 is #272D6A. Grayscale: #CDCDCD. Windows color (decimal): -2567531 or 9818840. OLE color: 9818840.

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

Color convert

RGB 216 210 149 -
CMYK 0 0.03 0.31 0.15
HSL 54.63º 0.46% 0.72% -
HSV(B) 54.63º 0.31% 0.85% -
XYZ 56.79 62.86 37.57 -
YUV 204.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 216 210 149 0 0.03 0.31 0.15 54.63 0.46 0.72
Hex D8 D2 95 0 3 1F F 37 2E 48
Octal 330 322 225 0 3 37 17 67 56 110
Binary 11011000 11010010 10010101 0 11 11111 1111 110111 101110 1001000

Color Harmonies of #D8D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D295

Black with #D8D295

Text Example


Text Example

White with #D8D295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D295; }

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

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

background-color css

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

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

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

border-color css

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

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

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