#D5CDA1

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

Shades of Tahuna Sands #D5CDA1

Tints of Tahuna Sands #D5CDA1

Color information

#D5CDA1 (or 0xD5CDA1) is unknown color: approx Tahuna Sands. HEX triplet: D5, CD and A1. RGB value is (213,205,161). Sum of RGB (Red+Green+Blue) = 213+205+161=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDA1 is #2A325E. Grayscale: #CACACA. Windows color (decimal): -2765407 or 10603989. OLE color: 10603989.

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

Color convert

RGB213205161-
CMYK00.040.240.16
HSL50.77º38.24%73.33%-
HSV(B)50.77º24.41%83.53%-
XYZ55.760.3842.44-
YUV202.38104.65135.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 161 (63.28% from 255) = 27.81%
R=36.79%
G=35.41%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320516100.040.240.1650.7738.2473.33
HexD5CDA1041810332649
Octal3253152410430206346111
Binary110101011100110110100001010011000100001100111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDA1; }

 p { color: rgb(213,205,161); }

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

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

 a { background-color: rgb(213,205,161); }

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

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

 span { border-color: rgb(213,205,161); }

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