#DDCE9C

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

Shades of Tahuna Sands #DDCE9C

Tints of Tahuna Sands #DDCE9C

Color information

#DDCE9C (or 0xDDCE9C) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and 9C. RGB value is (221,206,156). Sum of RGB (Red+Green+Blue) = 221+206+156=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE9C is #223163. Grayscale: #CCCCCC. Windows color (decimal): -2240868 or 10276573. OLE color: 10276573.

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

Color convert

RGB221206156-
CMYK00.070.290.13
HSL46.15º48.87%73.92%-
HSV(B)46.15º29.41%86.67%-
XYZ57.8961.9240.35-
YUV204.78100.47139.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=37.91%
G=35.33%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120615600.070.290.1346.1548.8773.92
HexDDCE9C071DD2e314a
Octal3353162340735155661112
Binary11011101110011101001110001111110111011011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE9C; }

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

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

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

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

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

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

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

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