#DCD496

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

Shades of Tahuna Sands #DCD496

Tints of Tahuna Sands #DCD496

Color information

#DCD496 (or 0xDCD496) is unknown color: approx Tahuna Sands. HEX triplet: DC, D4 and 96. RGB value is (220,212,150). Sum of RGB (Red+Green+Blue) = 220+212+150=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD496 is #232B69. Grayscale: #CFCFCF. Windows color (decimal): -2304874 or 9884892. OLE color: 9884892.

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

Color convert

RGB220212150-
CMYK00.040.320.14
HSL53.14º50%72.55%-
HSV(B)53.14º31.82%86.27%-
XYZ58.5664.538.22-
YUV207.3295.65137.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=37.80%
G=36.43%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021215000.040.320.1453.145072.55
HexDCD4960420E353249
Octal3343242260440166562111
Binary110111001101010010010110010010000011101101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD496; }

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

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

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

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

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

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

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

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