#D6CDA4

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

Shades of Tahuna Sands #D6CDA4

Tints of Tahuna Sands #D6CDA4

Color information

#D6CDA4 (or 0xD6CDA4) is unknown color: approx Tahuna Sands. HEX triplet: D6, CD and A4. RGB value is (214,205,164). Sum of RGB (Red+Green+Blue) = 214+205+164=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDA4 is #29325B. Grayscale: #CBCBCB. Windows color (decimal): -2699868 or 10800598. OLE color: 10800598.

HSL color Cylindrical-coordinate representation of color #D6CDA4: hue angle of 49.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6CDA4 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB214205164-
CMYK00.040.230.16
HSL49.2º37.88%74.12%-
HSV(B)49.2º23.36%83.92%-
XYZ56.2660.6443.86-
YUV203.02105.98135.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 164 (64.45% from 255) = 28.13%
R=36.71%
G=35.16%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420516400.040.230.1649.237.8874.12
HexD6CDA404171031264a
Octal3263152440427206146112
Binary110101101100110110100100010010111100001100011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDA4; }

 p { color: rgb(214,205,164); }

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

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

 a { background-color: rgb(214,205,164); }

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

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

 span { border-color: rgb(214,205,164); }

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