#DCD1A0

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

Shades of Tahuna Sands #DCD1A0

Tints of Tahuna Sands #DCD1A0

Color information

#DCD1A0 (or 0xDCD1A0) is unknown color: approx Tahuna Sands. HEX triplet: DC, D1 and A0. RGB value is (220,209,160). Sum of RGB (Red+Green+Blue) = 220+209+160=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A0 is #232E5F. Grayscale: #CECECE. Windows color (decimal): -2305632 or 10539484. OLE color: 10539484.

HSL color Cylindrical-coordinate representation of color #DCD1A0: hue angle of 49º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCD1A0 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220209160-
CMYK00.050.270.14
HSL49º46.15%74.51%-
HSV(B)49º27.27%86.27%-
XYZ58.6663.3542.39-
YUV206.7101.64137.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=37.35%
G=35.48%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020916000.050.270.144946.1574.51
HexDCD1A0051BE312e4b
Octal3343212400533166156113
Binary11011100110100011010000001011101111101100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1A0; }

 p { color: rgb(220,209,160); }

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

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

 a { background-color: rgb(220,209,160); }

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

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

 span { border-color: rgb(220,209,160); }

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