#DDCE95

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

Shades of Tahuna Sands #DDCE95

Tints of Tahuna Sands #DDCE95

Color information

#DDCE95 (or 0xDDCE95) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and 95. RGB value is (221,206,149). Sum of RGB (Red+Green+Blue) = 221+206+149=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE95 is #22316A. Grayscale: #CCCCCC. Windows color (decimal): -2240875 or 9817821. OLE color: 9817821.

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

Color convert

RGB221206149-
CMYK00.070.330.13
HSL47.5º51.43%72.55%-
HSV(B)47.5º32.58%86.67%-
XYZ57.3161.6837.32-
YUV203.9996.97140.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=38.37%
G=35.76%
B=25.87%

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
Decimal22120614900.070.330.1347.551.4372.55
HexDDCE950721D303349
Octal3353162250741156063111
Binary110111011100111010010101011110000111011100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE95; }

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

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

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

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

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

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

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

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