#D6C394

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

Shades of Tahuna Sands #D6C394

Tints of Tahuna Sands #D6C394

Color information

#D6C394 (or 0xD6C394) is unknown color: approx Tahuna Sands. HEX triplet: D6, C3 and 94. RGB value is (214,195,148). Sum of RGB (Red+Green+Blue) = 214+195+148=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C394 is #293C6B. Grayscale: #C3C3C3. Windows color (decimal): -2702444 or 9749462. OLE color: 9749462.

HSL color Cylindrical-coordinate representation of color #D6C394: hue angle of 42.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6C394 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214195148-
CMYK00.090.310.16
HSL42.73º44.59%70.98%-
HSV(B)42.73º30.84%83.92%-
XYZ52.5955.4635.95-
YUV195.32101.29141.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=38.42%
G=35.01%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419514800.090.310.1642.7344.5970.98
HexD6C394091F102b2d47
Octal32630322401137205355107
Binary1101011011000011100101000100111111100001010111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C394; }

 p { color: rgb(214,195,148); }

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

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

 a { background-color: rgb(214,195,148); }

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

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

 span { border-color: rgb(214,195,148); }

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