#DDCF9D

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

Shades of Tahuna Sands #DDCF9D

Tints of Tahuna Sands #DDCF9D

Color information

#DDCF9D (or 0xDDCF9D) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and 9D. RGB value is (221,207,157). Sum of RGB (Red+Green+Blue) = 221+207+157=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF9D is #223062. Grayscale: #CDCDCD. Windows color (decimal): -2240611 or 10342365. OLE color: 10342365.

HSL color Cylindrical-coordinate representation of color #DDCF9D: hue angle of 46.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDCF9D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221207157-
CMYK00.060.290.13
HSL46.88º48.48%74.12%-
HSV(B)46.88º28.96%86.67%-
XYZ58.2262.4340.88-
YUV205.49100.64139.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=37.78%
G=35.38%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120715700.060.290.1346.8848.4874.12
HexDDCF9D061DD2f304a
Octal3353172350635155760112
Binary11011101110011111001110101101110111011011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF9D; }

 p { color: rgb(221,207,157); }

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

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

 a { background-color: rgb(221,207,157); }

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

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

 span { border-color: rgb(221,207,157); }

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