#DDCD94

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

Shades of Tahuna Sands #DDCD94

Tints of Tahuna Sands #DDCD94

Color information

#DDCD94 (or 0xDDCD94) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and 94. RGB value is (221,205,148). Sum of RGB (Red+Green+Blue) = 221+205+148=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD94 is #22326B. Grayscale: #CBCBCB. Windows color (decimal): -2241132 or 9752029. OLE color: 9752029.

HSL color Cylindrical-coordinate representation of color #DDCD94: hue angle of 46.85º 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 #DDCD94 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221205148-
CMYK00.070.330.13
HSL46.85º51.77%72.35%-
HSV(B)46.85º33.03%86.67%-
XYZ5761.1736.82-
YUV203.2996.8140.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=38.50%
G=35.71%
B=25.78%

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
Decimal22120514800.070.330.1346.8551.7772.35
HexDDCD940721D2f3448
Octal3353152240741155764110
Binary110111011100110110010100011110000111011011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD94; }

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

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

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

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

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

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

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

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