#DCD493

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

Shades of Tahuna Sands #DCD493

Tints of Tahuna Sands #DCD493

Color information

#DCD493 (or 0xDCD493) is unknown color: approx Tahuna Sands. HEX triplet: DC, D4 and 93. RGB value is (220,212,147). Sum of RGB (Red+Green+Blue) = 220+212+147=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD493 is #232B6C. Grayscale: #CFCFCF. Windows color (decimal): -2304877 or 9688284. OLE color: 9688284.

HSL color Cylindrical-coordinate representation of color #DCD493: hue angle of 53.42º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCD493 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220212147-
CMYK00.040.330.14
HSL53.42º51.05%71.96%-
HSV(B)53.42º33.18%86.27%-
XYZ58.3364.4136.96-
YUV206.9894.15137.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 147 (57.81% from 255) = 25.39%
R=38.00%
G=36.61%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021214700.040.330.1453.4251.0571.96
HexDCD4930421E353348
Octal3343242230441166563110
Binary110111001101010010010011010010000111101101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD493; }

 p { color: rgb(220,212,147); }

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

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

 a { background-color: rgb(220,212,147); }

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

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

 span { border-color: rgb(220,212,147); }

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