#D6CE94

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

Shades of Tahuna Sands #D6CE94

Tints of Tahuna Sands #D6CE94

Color information

#D6CE94 (or 0xD6CE94) is unknown color: approx Tahuna Sands. HEX triplet: D6, CE and 94. RGB value is (214,206,148). Sum of RGB (Red+Green+Blue) = 214+206+148=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE94 is #29316B. Grayscale: #CACACA. Windows color (decimal): -2699628 or 9752278. OLE color: 9752278.

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

Color convert

RGB214206148-
CMYK00.040.310.16
HSL52.73º44.59%70.98%-
HSV(B)52.73º30.84%83.92%-
XYZ55.1560.5836.8-
YUV201.7897.65136.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=37.68%
G=36.27%
B=26.06%

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
Decimal21420614800.040.310.1652.7344.5970.98
HexD6CE94041F10352d47
Octal3263162240437206555107
Binary110101101100111010010100010011111100001101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE94; }

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

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

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

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

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

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

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

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