#D5CD97

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

Shades of Tahuna Sands #D5CD97

Tints of Tahuna Sands #D5CD97

Color information

#D5CD97 (or 0xD5CD97) is unknown color: approx Tahuna Sands. HEX triplet: D5, CD and 97. RGB value is (213,205,151). Sum of RGB (Red+Green+Blue) = 213+205+151=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD97 is #2A3268. Grayscale: #C9C9C9. Windows color (decimal): -2765417 or 9948629. OLE color: 9948629.

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

Color convert

RGB213205151-
CMYK00.040.290.16
HSL52.26º42.47%71.37%-
HSV(B)52.26º29.11%83.53%-
XYZ54.8660.0437.98-
YUV201.2499.65136.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=37.43%
G=36.03%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320515100.040.290.1652.2642.4771.37
HexD5CD97041D10342a47
Octal3253152270435206452107
Binary110101011100110110010111010011101100001101001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD97; }

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

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

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

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

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

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

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

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