#D6CA94

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

Shades of Tahuna Sands #D6CA94

Tints of Tahuna Sands #D6CA94

Color information

#D6CA94 (or 0xD6CA94) is unknown color: approx Tahuna Sands. HEX triplet: D6, CA and 94. RGB value is (214,202,148). Sum of RGB (Red+Green+Blue) = 214+202+148=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA94 is #29356B. Grayscale: #C7C7C7. Windows color (decimal): -2700652 or 9751254. OLE color: 9751254.

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

Color convert

RGB214202148-
CMYK00.060.310.16
HSL49.09º44.59%70.98%-
HSV(B)49.09º30.84%83.92%-
XYZ54.258.6836.49-
YUV199.4398.98138.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=37.94%
G=35.82%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420214800.060.310.1649.0944.5970.98
HexD6CA94061F10312d47
Octal3263122240637206155107
Binary110101101100101010010100011011111100001100011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA94; }

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

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

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

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

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

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

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

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