#DCCEA2

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

Shades of Tahuna Sands #DCCEA2

Tints of Tahuna Sands #DCCEA2

Color information

#DCCEA2 (or 0xDCCEA2) is unknown color: approx Tahuna Sands. HEX triplet: DC, CE and A2. RGB value is (220,206,162). Sum of RGB (Red+Green+Blue) = 220+206+162=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA2 is #23315D. Grayscale: #CDCDCD. Windows color (decimal): -2306398 or 10669788. OLE color: 10669788.

HSL color Cylindrical-coordinate representation of color #DCCEA2: hue angle of 45.52º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCCEA2 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220206162-
CMYK00.060.260.14
HSL45.52º45.31%74.9%-
HSV(B)45.52º26.36%86.27%-
XYZ58.1161.9743.08-
YUV205.17103.64138.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=37.41%
G=35.03%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020616200.060.260.1445.5245.3174.9
HexDCCEA2061AE2e2d4b
Octal3343162420632165655113
Binary11011100110011101010001001101101011101011101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEA2; }

 p { color: rgb(220,206,162); }

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

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

 a { background-color: rgb(220,206,162); }

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

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

 span { border-color: rgb(220,206,162); }

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