#DDCC98

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

Shades of Tahuna Sands #DDCC98

Tints of Tahuna Sands #DDCC98

Color information

#DDCC98 (or 0xDDCC98) is unknown color: approx Tahuna Sands. HEX triplet: DD, CC and 98. RGB value is (221,204,152). Sum of RGB (Red+Green+Blue) = 221+204+152=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC98 is #223367. Grayscale: #CBCBCB. Windows color (decimal): -2241384 or 10013917. OLE color: 10013917.

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

Color convert

RGB221204152-
CMYK00.080.310.13
HSL45.22º50.36%73.14%-
HSV(B)45.22º31.22%86.67%-
XYZ57.0860.8238.44-
YUV203.1699.13140.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 152 (59.77% from 255) = 26.34%
R=38.30%
G=35.36%
B=26.34%

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
Decimal22120415200.080.310.1345.2250.3673.14
HexDDCC98081FD2d3249
Octal33531423001037155562111
Binary110111011100110010011000010001111111011011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC98; }

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

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

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

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

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

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

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

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