#D6D295

Color #D6D295 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #D6D295

Tints of Tahuna Sands #D6D295

Color information

#D6D295 (or 0xD6D295) is unknown color: approx Tahuna Sands. HEX triplet: D6, D2 and 95. RGB value is (214,210,149). Sum of RGB (Red+Green+Blue) = 214+210+149=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D295 is #292D6A. Grayscale: #CCCCCC. Windows color (decimal): -2698603 or 9818838. OLE color: 9818838.

HSL color Cylindrical-coordinate representation of color #D6D295: hue angle of 56.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6D295 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214210149-
CMYK00.020.300.16
HSL56.31º44.22%71.18%-
HSV(B)56.31º30.37%83.92%-
XYZ56.262.5637.55-
YUV204.2496.83134.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=37.35%
G=36.65%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421014900.020.300.1656.3144.2271.18
HexD6D295021E10382c47
Octal3263222250236207054107
Binary11010110110100101001010101011110100001110001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D295; }

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

 H1.HeaderClassName
 {
   color: #D6D295;
 }
 .AnyTagClassName
 {
   color: #D6D295;
 }
</style>
background-color css

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

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

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

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

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

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