#D5CD8F

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

Shades of Tahuna Sands #D5CD8F

Tints of Tahuna Sands #D5CD8F

Color information

#D5CD8F (or 0xD5CD8F) is unknown color: approx Tahuna Sands. HEX triplet: D5, CD and 8F. RGB value is (213,205,143). Sum of RGB (Red+Green+Blue) = 213+205+143=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD8F is #2A3270. Grayscale: #C8C8C8. Windows color (decimal): -2765425 or 9424341. OLE color: 9424341.

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

Color convert

RGB213205143-
CMYK00.040.330.16
HSL53.14º45.45%69.8%-
HSV(B)53.14º32.86%83.53%-
XYZ54.2359.7934.67-
YUV200.3295.65137.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 143 (56.25% from 255) = 25.49%
R=37.97%
G=36.54%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320514300.040.330.1653.1445.4569.8
HexD5CD8F042110352d46
Octal3253152170441206555106
Binary1101010111001101100011110100100001100001101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD8F; }

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

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

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

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

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

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

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

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