#DCCD9B

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

Shades of Tahuna Sands #DCCD9B

Tints of Tahuna Sands #DCCD9B

Color information

#DCCD9B (or 0xDCCD9B) is unknown color: approx Tahuna Sands. HEX triplet: DC, CD and 9B. RGB value is (220,205,155). Sum of RGB (Red+Green+Blue) = 220+205+155=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD9B is #233264. Grayscale: #CCCCCC. Windows color (decimal): -2306661 or 10210780. OLE color: 10210780.

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

Color convert

RGB220205155-
CMYK00.070.300.14
HSL46.15º48.15%73.53%-
HSV(B)46.15º29.55%86.27%-
XYZ57.2661.2439.81-
YUV203.79100.47139.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 155 (60.94% from 255) = 26.72%
R=37.93%
G=35.34%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020515500.070.300.1446.1548.1573.53
HexDCCD9B071EE2e304a
Octal3343152330736165660112
Binary11011100110011011001101101111111011101011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD9B; }

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

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

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

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

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

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

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

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