#DDCE94

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

Shades of Tahuna Sands #DDCE94

Tints of Tahuna Sands #DDCE94

Color information

#DDCE94 (or 0xDDCE94) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and 94. RGB value is (221,206,148). Sum of RGB (Red+Green+Blue) = 221+206+148=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE94 is #22316B. Grayscale: #CCCCCC. Windows color (decimal): -2240876 or 9752285. OLE color: 9752285.

HSL color Cylindrical-coordinate representation of color #DDCE94: hue angle of 47.67º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDCE94 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221206148-
CMYK00.070.330.13
HSL47.67º51.77%72.35%-
HSV(B)47.67º33.03%86.67%-
XYZ57.2461.6536.9-
YUV203.8796.47140.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=38.43%
G=35.83%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120614800.070.330.1347.6751.7772.35
HexDDCE940721D303448
Octal3353162240741156064110
Binary110111011100111010010100011110000111011100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE94; }

 p { color: rgb(221,206,148); }

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

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

 a { background-color: rgb(221,206,148); }

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

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

 span { border-color: rgb(221,206,148); }

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