#dcd499

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

Shades of Tahuna Sands #DCD499

Tints of Tahuna Sands #DCD499

Color information

#DCD499 (or 0xDCD499) is unknown color: approx Tahuna Sands. HEX triplet: DC, D4 and 99. RGB value is (220,212,153). Sum of RGB (Red+Green+Blue) = 220+212+153=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD499 is #232B66. Grayscale: #CFCFCF. Windows color (decimal): -2304871 or 10081500. OLE color: 10081500.

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

Color convert

RGB220212153-
CMYK00.040.300.14
HSL52.84º48.91%73.14%-
HSV(B)52.84º30.45%86.27%-
XYZ58.8164.639.51-
YUV207.6797.15136.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=37.61%
G=36.24%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021215300.040.300.1452.8448.9173.14
HexDCD499041EE353149
Octal3343242310436166561111
Binary11011100110101001001100101001111011101101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd499; }

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

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

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

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

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

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

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

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