#D4CCA1

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

Shades of Tahuna Sands #D4CCA1

Tints of Tahuna Sands #D4CCA1

Color information

#D4CCA1 (or 0xD4CCA1) is unknown color: approx Tahuna Sands. HEX triplet: D4, CC and A1. RGB value is (212,204,161). Sum of RGB (Red+Green+Blue) = 212+204+161=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CCA1 is #2B335E. Grayscale: #C9C9C9. Windows color (decimal): -2831199 or 10603732. OLE color: 10603732.

HSL color Cylindrical-coordinate representation of color #D4CCA1: hue angle of 50.59º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4CCA1 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212204161-
CMYK00.040.240.17
HSL50.59º37.23%73.14%-
HSV(B)50.59º24.06%83.14%-
XYZ55.1859.7642.34-
YUV201.49105.15135.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 161 (63.28% from 255) = 27.90%
R=36.74%
G=35.36%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220416100.040.240.1750.5937.2373.14
HexD4CCA1041811332549
Octal3243142410430216345111
Binary110101001100110010100001010011000100011100111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCA1; }

 p { color: rgb(212,204,161); }

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

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

 a { background-color: rgb(212,204,161); }

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

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

 span { border-color: rgb(212,204,161); }

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