#DCD39D

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

Shades of Tahuna Sands #DCD39D

Tints of Tahuna Sands #DCD39D

Color information

#DCD39D (or 0xDCD39D) is unknown color: approx Tahuna Sands. HEX triplet: DC, D3 and 9D. RGB value is (220,211,157). Sum of RGB (Red+Green+Blue) = 220+211+157=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD39D is #232C62. Grayscale: #CFCFCF. Windows color (decimal): -2305123 or 10343388. OLE color: 10343388.

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

Color convert

RGB220211157-
CMYK00.040.290.14
HSL51.43º47.37%73.92%-
HSV(B)51.43º28.64%86.27%-
XYZ58.964.2441.19-
YUV207.5499.48136.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 157 (61.72% from 255) = 26.70%
R=37.41%
G=35.88%
B=26.70%

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
Decimal22021115700.040.290.1451.4347.3773.92
HexDCD39D041DE332f4a
Octal3343232350435166357112
Binary11011100110100111001110101001110111101100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD39D; }

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

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

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

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

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

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

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

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