#DCD29A

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

Shades of Tahuna Sands #DCD29A

Tints of Tahuna Sands #DCD29A

Color information

#DCD29A (or 0xDCD29A) is unknown color: approx Tahuna Sands. HEX triplet: DC, D2 and 9A. RGB value is (220,210,154). Sum of RGB (Red+Green+Blue) = 220+210+154=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD29A is #232D65. Grayscale: #CECECE. Windows color (decimal): -2305382 or 10146524. OLE color: 10146524.

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

Color convert

RGB220210154-
CMYK00.050.30.14
HSL50.91º48.53%73.33%-
HSV(B)50.91º30%86.27%-
XYZ58.3963.6439.78-
YUV206.6198.31137.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=37.67%
G=35.96%
B=26.37%

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
Decimal22021015400.050.30.1450.9148.5373.33
HexDCD29A051EE333149
Octal3343222320536166361111
Binary11011100110100101001101001011111011101100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD29A; }

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

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

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

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

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

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

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

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