#DDCD90

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

Shades of Tahuna Sands #DDCD90

Tints of Tahuna Sands #DDCD90

Color information

#DDCD90 (or 0xDDCD90) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and 90. RGB value is (221,205,144). Sum of RGB (Red+Green+Blue) = 221+205+144=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD90 is #22326F. Grayscale: #CBCBCB. Windows color (decimal): -2241136 or 9489885. OLE color: 9489885.

HSL color Cylindrical-coordinate representation of color #DDCD90: hue angle of 47.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDCD90 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221205144-
CMYK00.070.350.13
HSL47.53º53.1%71.57%-
HSV(B)47.53º34.84%86.67%-
XYZ56.6861.0535.18-
YUV202.8394.8140.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=38.77%
G=35.96%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120514400.070.350.1347.5353.171.57
HexDDCD900723D303548
Octal3353152200743156065110
Binary110111011100110110010000011110001111011100001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD90; }

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

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

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

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

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

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

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

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