#DDCC95

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

Shades of Tahuna Sands #DDCC95

Tints of Tahuna Sands #DDCC95

Color information

#DDCC95 (or 0xDDCC95) is unknown color: approx Tahuna Sands. HEX triplet: DD, CC and 95. RGB value is (221,204,149). Sum of RGB (Red+Green+Blue) = 221+204+149=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC95 is #22336A. Grayscale: #CBCBCB. Windows color (decimal): -2241387 or 9817309. OLE color: 9817309.

HSL color Cylindrical-coordinate representation of color #DDCC95: hue angle of 45.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDCC95 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221204149-
CMYK00.080.330.13
HSL45.83º51.43%72.55%-
HSV(B)45.83º32.58%86.67%-
XYZ56.8460.7337.16-
YUV202.8197.63140.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=38.50%
G=35.54%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120414900.080.330.1345.8351.4372.55
HexDDCC950821D2e3349
Octal33531422501041155663111
Binary1101110111001100100101010100010000111011011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC95; }

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

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

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

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

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

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

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

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