#ddcc99

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

Shades of Tahuna Sands #DDCC99

Tints of Tahuna Sands #DDCC99

Color information

#DDCC99 (or 0xDDCC99) is unknown color: approx Tahuna Sands. HEX triplet: DD, CC and 99. RGB value is (221,204,153). Sum of RGB (Red+Green+Blue) = 221+204+153=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC99 is #223366. Grayscale: #CBCBCB. Windows color (decimal): -2241383 or 10079453. OLE color: 10079453.

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

Color convert

RGB221204153-
CMYK00.080.310.13
HSL45º50%73.33%-
HSV(B)45º30.77%86.67%-
XYZ57.1660.8638.87-
YUV203.2799.63140.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=38.24%
G=35.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120415300.080.310.13455073.33
HexDDCC99081FD2d3249
Octal33531423101037155562111
Binary110111011100110010011001010001111111011011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddcc99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddcc99; }

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

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

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

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

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

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

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

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