#ddcd99

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

Shades of Tahuna Sands #DDCD99

Tints of Tahuna Sands #DDCD99

Color information

#DDCD99 (or 0xDDCD99) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and 99. RGB value is (221,205,153). Sum of RGB (Red+Green+Blue) = 221+205+153=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD99 is #223266. Grayscale: #CCCCCC. Windows color (decimal): -2241127 or 10079709. OLE color: 10079709.

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

Color convert

RGB221205153-
CMYK00.070.310.13
HSL45.88º50%73.33%-
HSV(B)45.88º30.77%86.67%-
XYZ57.461.3338.95-
YUV203.8699.3140.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 153 (60.16% from 255) = 26.42%
R=38.17%
G=35.41%
B=26.42%

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
Decimal22120515300.070.310.1345.885073.33
HexDDCD99071FD2e3249
Octal3353152310737155662111
Binary11011101110011011001100101111111111011011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddcd99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddcd99; }

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

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

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

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

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

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

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

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