#D5CE9C

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

Shades of Tahuna Sands #D5CE9C

Tints of Tahuna Sands #D5CE9C

Color information

#D5CE9C (or 0xD5CE9C) is unknown color: approx Tahuna Sands. HEX triplet: D5, CE and 9C. RGB value is (213,206,156). Sum of RGB (Red+Green+Blue) = 213+206+156=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE9C is #2A3163. Grayscale: #CACACA. Windows color (decimal): -2765156 or 10276565. OLE color: 10276565.

HSL color Cylindrical-coordinate representation of color #D5CE9C: hue angle of 52.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5CE9C is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213206156-
CMYK00.030.270.16
HSL52.63º40.43%72.35%-
HSV(B)52.63º26.76%83.53%-
XYZ55.5160.6940.24-
YUV202.39101.82135.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=37.04%
G=35.83%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320615600.030.270.1652.6340.4372.35
HexD5CE9C031B10352848
Octal3253162340333206550110
Binary11010101110011101001110001111011100001101011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE9C; }

 p { color: rgb(213,206,156); }

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

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

 a { background-color: rgb(213,206,156); }

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

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

 span { border-color: rgb(213,206,156); }

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