#DCCD9E

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

Shades of Tahuna Sands #DCCD9E

Tints of Tahuna Sands #DCCD9E

Color information

#DCCD9E (or 0xDCCD9E) is unknown color: approx Tahuna Sands. HEX triplet: DC, CD and 9E. RGB value is (220,205,158). Sum of RGB (Red+Green+Blue) = 220+205+158=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD9E is #233261. Grayscale: #CCCCCC. Windows color (decimal): -2306658 or 10407388. OLE color: 10407388.

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

Color convert

RGB220205158-
CMYK00.070.280.14
HSL45.48º46.97%74.12%-
HSV(B)45.48º28.18%86.27%-
XYZ57.5261.3541.16-
YUV204.13101.97139.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=37.74%
G=35.16%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020515800.070.280.1445.4846.9774.12
HexDCCD9E071CE2d2f4a
Octal3343152360734165557112
Binary11011100110011011001111001111110011101011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD9E; }

 p { color: rgb(220,205,158); }

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

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

 a { background-color: rgb(220,205,158); }

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

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

 span { border-color: rgb(220,205,158); }

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