#DDCFA1

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

Shades of Tahuna Sands #DDCFA1

Tints of Tahuna Sands #DDCFA1

Color information

#DDCFA1 (or 0xDDCFA1) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and A1. RGB value is (221,207,161). Sum of RGB (Red+Green+Blue) = 221+207+161=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFA1 is #22305E. Grayscale: #CECECE. Windows color (decimal): -2240607 or 10604509. OLE color: 10604509.

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

Color convert

RGB221207161-
CMYK00.060.270.13
HSL46º46.88%74.9%-
HSV(B)46º27.15%86.67%-
XYZ58.5662.5742.71-
YUV205.94102.64138.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 161 (63.28% from 255) = 27.33%
R=37.52%
G=35.14%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120716100.060.270.134646.8874.9
HexDDCFA1061BD2e2f4b
Octal3353172410633155657113
Binary11011101110011111010000101101101111011011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFA1; }

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

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

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

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

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

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

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

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