#D3CDA0

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

Shades of Tahuna Sands #D3CDA0

Tints of Tahuna Sands #D3CDA0

Color information

#D3CDA0 (or 0xD3CDA0) is unknown color: approx Tahuna Sands. HEX triplet: D3, CD and A0. RGB value is (211,205,160). Sum of RGB (Red+Green+Blue) = 211+205+160=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CDA0 is #2C325F. Grayscale: #C9C9C9. Windows color (decimal): -2896480 or 10538451. OLE color: 10538451.

HSL color Cylindrical-coordinate representation of color #D3CDA0: hue angle of 52.94º 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 #D3CDA0 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB211205160-
CMYK00.030.240.17
HSL52.94º36.69%72.75%-
HSV(B)52.94º24.17%82.75%-
XYZ55.0460.0541.95-
YUV201.66104.49134.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 160 (62.89% from 255) = 27.78%
R=36.63%
G=35.59%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120516000.030.240.1752.9436.6972.75
HexD3CDA0031811352549
Octal3233152400330216545111
Binary11010011110011011010000001111000100011101011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDA0; }

 p { color: rgb(211,205,160); }

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

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

 a { background-color: rgb(211,205,160); }

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

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

 span { border-color: rgb(211,205,160); }

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