#DDCE98

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

Shades of Tahuna Sands #DDCE98

Tints of Tahuna Sands #DDCE98

Color information

#DDCE98 (or 0xDDCE98) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and 98. RGB value is (221,206,152). Sum of RGB (Red+Green+Blue) = 221+206+152=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE98 is #223167. Grayscale: #CCCCCC. Windows color (decimal): -2240872 or 10014429. OLE color: 10014429.

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

Color convert

RGB221206152-
CMYK00.070.310.13
HSL46.96º50.36%73.14%-
HSV(B)46.96º31.22%86.67%-
XYZ57.5661.7838.6-
YUV204.3398.47139.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=38.17%
G=35.58%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120615200.070.310.1346.9650.3673.14
HexDDCE98071FD2f3249
Octal3353162300737155762111
Binary11011101110011101001100001111111111011011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE98; }

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

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

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

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

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

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

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

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