#DCD495

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

Shades of Tahuna Sands #DCD495

Tints of Tahuna Sands #DCD495

Color information

#DCD495 (or 0xDCD495) is unknown color: approx Tahuna Sands. HEX triplet: DC, D4 and 95. RGB value is (220,212,149). Sum of RGB (Red+Green+Blue) = 220+212+149=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD495 is #232B6A. Grayscale: #CFCFCF. Windows color (decimal): -2304875 or 9819356. OLE color: 9819356.

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

Color convert

RGB220212149-
CMYK00.040.320.14
HSL53.24º50.35%72.35%-
HSV(B)53.24º32.27%86.27%-
XYZ58.4864.4737.8-
YUV207.2195.15137.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=37.87%
G=36.49%
B=25.65%

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
Decimal22021214900.040.320.1453.2450.3572.35
HexDCD4950420E353248
Octal3343242250440166562110
Binary110111001101010010010101010010000011101101011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD495; }

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

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

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

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

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

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

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

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