#DDCE97

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

Shades of Tahuna Sands #DDCE97

Tints of Tahuna Sands #DDCE97

Color information

#DDCE97 (or 0xDDCE97) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and 97. RGB value is (221,206,151). Sum of RGB (Red+Green+Blue) = 221+206+151=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE97 is #223168. Grayscale: #CCCCCC. Windows color (decimal): -2240873 or 9948893. OLE color: 9948893.

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

Color convert

RGB221206151-
CMYK00.070.320.13
HSL47.14º50.72%72.94%-
HSV(B)47.14º31.67%86.67%-
XYZ57.4861.7538.17-
YUV204.2197.97139.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 151 (59.38% from 255) = 26.12%
R=38.24%
G=35.64%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120615100.070.320.1347.1450.7272.94
HexDDCE970720D2f3349
Octal3353162270740155763111
Binary110111011100111010010111011110000011011011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE97; }

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

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

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

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

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

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

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

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