#D5CC9F

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

Shades of Tahuna Sands #D5CC9F

Tints of Tahuna Sands #D5CC9F

Color information

#D5CC9F (or 0xD5CC9F) is unknown color: approx Tahuna Sands. HEX triplet: D5, CC and 9F. RGB value is (213,204,159). Sum of RGB (Red+Green+Blue) = 213+204+159=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC9F is #2A3360. Grayscale: #C9C9C9. Windows color (decimal): -2765665 or 10472661. OLE color: 10472661.

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

Color convert

RGB213204159-
CMYK00.040.250.16
HSL50º39.13%72.94%-
HSV(B)50º25.35%83.53%-
XYZ55.2959.8441.44-
YUV201.56103.98136.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=36.98%
G=35.42%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320415900.040.250.165039.1372.94
HexD5CC9F041910322749
Octal3253142370431206247111
Binary110101011100110010011111010011001100001100101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC9F; }

 p { color: rgb(213,204,159); }

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

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

 a { background-color: rgb(213,204,159); }

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

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

 span { border-color: rgb(213,204,159); }

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