#DCD59A

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

Shades of Tahuna Sands #DCD59A

Tints of Tahuna Sands #DCD59A

Color information

#DCD59A (or 0xDCD59A) is unknown color: approx Tahuna Sands. HEX triplet: DC, D5 and 9A. RGB value is (220,213,154). Sum of RGB (Red+Green+Blue) = 220+213+154=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD59A is #232A65. Grayscale: #D0D0D0. Windows color (decimal): -2304614 or 10147292. OLE color: 10147292.

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

Color convert

RGB220213154-
CMYK00.030.30.14
HSL53.64º48.53%73.33%-
HSV(B)53.64º30%86.27%-
XYZ59.1465.1440.03-
YUV208.3797.32136.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=37.48%
G=36.29%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021315400.030.30.1453.6448.5373.33
HexDCD59A031EE363149
Octal3343252320336166661111
Binary1101110011010101100110100111111011101101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD59A; }

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

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

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

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

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

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

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

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