#DCCE96

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

Shades of Tahuna Sands #DCCE96

Tints of Tahuna Sands #DCCE96

Color information

#DCCE96 (or 0xDCCE96) is unknown color: approx Tahuna Sands. HEX triplet: DC, CE and 96. RGB value is (220,206,150). Sum of RGB (Red+Green+Blue) = 220+206+150=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE96 is #233169. Grayscale: #CCCCCC. Windows color (decimal): -2306410 or 9883356. OLE color: 9883356.

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

Color convert

RGB220206150-
CMYK00.060.320.14
HSL48º50%72.55%-
HSV(B)48º31.82%86.27%-
XYZ57.0961.5637.73-
YUV203.897.64139.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=38.19%
G=35.76%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020615000.060.320.14485072.55
HexDCCE960620E303249
Octal3343162260640166062111
Binary110111001100111010010110011010000011101100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE96; }

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

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

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

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

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

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

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

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