#DDCFA0

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

Shades of Tahuna Sands #DDCFA0

Tints of Tahuna Sands #DDCFA0

Color information

#DDCFA0 (or 0xDDCFA0) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and A0. RGB value is (221,207,160). Sum of RGB (Red+Green+Blue) = 221+207+160=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFA0 is #22305F. Grayscale: #CECECE. Windows color (decimal): -2240608 or 10538973. OLE color: 10538973.

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

Color convert

RGB221207160-
CMYK00.060.280.13
HSL46.23º47.29%74.71%-
HSV(B)46.23º27.6%86.67%-
XYZ58.4862.5442.25-
YUV205.83102.14138.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=37.59%
G=35.20%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120716000.060.280.1346.2347.2974.71
HexDDCFA0061CD2e2f4b
Octal3353172400634155657113
Binary11011101110011111010000001101110011011011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFA0; }

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

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

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

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

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

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

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

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