#D6CD94

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

Shades of Tahuna Sands #D6CD94

Tints of Tahuna Sands #D6CD94

Color information

#D6CD94 (or 0xD6CD94) is unknown color: approx Tahuna Sands. HEX triplet: D6, CD and 94. RGB value is (214,205,148). Sum of RGB (Red+Green+Blue) = 214+205+148=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CD94 is #29326B. Grayscale: #C9C9C9. Windows color (decimal): -2699884 or 9752022. OLE color: 9752022.

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

Color convert

RGB214205148-
CMYK00.040.310.16
HSL51.82º44.59%70.98%-
HSV(B)51.82º30.84%83.92%-
XYZ54.9160.136.72-
YUV201.1997.98137.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 148 (58.20% from 255) = 26.10%
R=37.74%
G=36.16%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420514800.040.310.1651.8244.5970.98
HexD6CD94041F10342d47
Octal3263152240437206455107
Binary110101101100110110010100010011111100001101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD94; }

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

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

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

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

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

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

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

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