#DCD19A

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

Shades of Tahuna Sands #DCD19A

Tints of Tahuna Sands #DCD19A

Color information

#DCD19A (or 0xDCD19A) is unknown color: approx Tahuna Sands. HEX triplet: DC, D1 and 9A. RGB value is (220,209,154). Sum of RGB (Red+Green+Blue) = 220+209+154=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD19A is #232E65. Grayscale: #CECECE. Windows color (decimal): -2305638 or 10146268. OLE color: 10146268.

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

Color convert

RGB220209154-
CMYK00.050.30.14
HSL50º48.53%73.33%-
HSV(B)50º30%86.27%-
XYZ58.1563.1539.7-
YUV206.0298.64137.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=37.74%
G=35.85%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020915400.050.30.145048.5373.33
HexDCD19A051EE323149
Octal3343212320536166261111
Binary11011100110100011001101001011111011101100101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD19A; }

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

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

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

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

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

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

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

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