#DDCF9B

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

Shades of Tahuna Sands #DDCF9B

Tints of Tahuna Sands #DDCF9B

Color information

#DDCF9B (or 0xDDCF9B) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and 9B. RGB value is (221,207,155). Sum of RGB (Red+Green+Blue) = 221+207+155=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF9B is #223064. Grayscale: #CDCDCD. Windows color (decimal): -2240613 or 10211293. OLE color: 10211293.

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

Color convert

RGB221207155-
CMYK00.060.300.13
HSL47.27º49.25%73.73%-
HSV(B)47.27º29.86%86.67%-
XYZ58.0562.3639.99-
YUV205.2699.64139.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 155 (60.94% from 255) = 26.59%
R=37.91%
G=35.51%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120715500.060.300.1347.2749.2573.73
HexDDCF9B061ED2f314a
Octal3353172330636155761112
Binary11011101110011111001101101101111011011011111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF9B; }

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

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

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

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

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

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

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

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