#D1CF9C

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

Shades of Tahuna Sands #D1CF9C

Tints of Tahuna Sands #D1CF9C

Color information

#D1CF9C (or 0xD1CF9C) is unknown color: approx Tahuna Sands. HEX triplet: D1, CF and 9C. RGB value is (209,207,156). Sum of RGB (Red+Green+Blue) = 209+207+156=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF9C is #2E3063. Grayscale: #C9C9C9. Windows color (decimal): -3027044 or 10276817. OLE color: 10276817.

HSL color Cylindrical-coordinate representation of color #D1CF9C: hue angle of 57.74º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1CF9C is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209207156-
CMYK00.010.250.18
HSL57.74º36.55%71.57%-
HSV(B)57.74º25.36%81.96%-
XYZ54.6160.5840.27-
YUV201.78102.16133.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=36.54%
G=36.19%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920715600.010.250.1857.7436.5571.57
HexD1CF9C0119123a2548
Octal3213172340131227245110
Binary1101000111001111100111000111001100101110101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF9C; }

 p { color: rgb(209,207,156); }

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

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

 a { background-color: rgb(209,207,156); }

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

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

 span { border-color: rgb(209,207,156); }

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