#DCD39A

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

Shades of Tahuna Sands #DCD39A

Tints of Tahuna Sands #DCD39A

Color information

#DCD39A (or 0xDCD39A) is unknown color: approx Tahuna Sands. HEX triplet: DC, D3 and 9A. RGB value is (220,211,154). Sum of RGB (Red+Green+Blue) = 220+211+154=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD39A is #232C65. Grayscale: #CFCFCF. Windows color (decimal): -2305126 or 10146780. OLE color: 10146780.

HSL color Cylindrical-coordinate representation of color #DCD39A: hue angle of 51.82º 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 #DCD39A is Cyan = 0, Magento = 0.04, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB220211154-
CMYK00.040.30.14
HSL51.82º48.53%73.33%-
HSV(B)51.82º30%86.27%-
XYZ58.6464.1439.86-
YUV207.1997.98137.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=37.61%
G=36.07%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021115400.040.30.1451.8248.5373.33
HexDCD39A041EE343149
Octal3343232320436166461111
Binary11011100110100111001101001001111011101101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD39A; }

 p { color: rgb(220,211,154); }

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

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

 a { background-color: rgb(220,211,154); }

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

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

 span { border-color: rgb(220,211,154); }

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