#DCD49D

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

Shades of Tahuna Sands #DCD49D

Tints of Tahuna Sands #DCD49D

Color information

#DCD49D (or 0xDCD49D) is unknown color: approx Tahuna Sands. HEX triplet: DC, D4 and 9D. RGB value is (220,212,157). Sum of RGB (Red+Green+Blue) = 220+212+157=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD49D is #232B62. Grayscale: #D0D0D0. Windows color (decimal): -2304867 or 10343644. OLE color: 10343644.

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

Color convert

RGB220212157-
CMYK00.040.290.14
HSL52.38º47.37%73.92%-
HSV(B)52.38º28.64%86.27%-
XYZ59.1464.7441.28-
YUV208.1299.15136.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=37.35%
G=35.99%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021215700.040.290.1452.3847.3773.92
HexDCD49D041DE342f4a
Octal3343242350435166457112
Binary11011100110101001001110101001110111101101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD49D; }

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

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

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

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

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

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

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

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