#DCD29D

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

Shades of Tahuna Sands #DCD29D

Tints of Tahuna Sands #DCD29D

Color information

#DCD29D (or 0xDCD29D) is unknown color: approx Tahuna Sands. HEX triplet: DC, D2 and 9D. RGB value is (220,210,157). Sum of RGB (Red+Green+Blue) = 220+210+157=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD29D is #232D62. Grayscale: #CFCFCF. Windows color (decimal): -2305379 or 10343132. OLE color: 10343132.

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

Color convert

RGB220210157-
CMYK00.050.290.14
HSL50.48º47.37%73.92%-
HSV(B)50.48º28.64%86.27%-
XYZ58.6563.7441.11-
YUV206.9599.81137.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 210 (82.42% from 255) = 35.78%
BLUE value IS 157 (61.72% from 255) = 26.75%
R=37.48%
G=35.78%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021015700.050.290.1450.4847.3773.92
HexDCD29D051DE322f4a
Octal3343222350535166257112
Binary11011100110100101001110101011110111101100101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD29D; }

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

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

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

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

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

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

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

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