#D5CF9E

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

Shades of Tahuna Sands #D5CF9E

Tints of Tahuna Sands #D5CF9E

Color information

#D5CF9E (or 0xD5CF9E) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and 9E. RGB value is (213,207,158). Sum of RGB (Red+Green+Blue) = 213+207+158=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF9E is #2A3061. Grayscale: #CBCBCB. Windows color (decimal): -2764898 or 10407893. OLE color: 10407893.

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

Color convert

RGB213207158-
CMYK00.030.260.16
HSL53.45º39.57%72.75%-
HSV(B)53.45º25.82%83.53%-
XYZ55.9261.2441.22-
YUV203.21102.49134.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=36.85%
G=35.81%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320715800.030.260.1653.4539.5772.75
HexD5CF9E031A10352849
Octal3253172360332206550111
Binary11010101110011111001111001111010100001101011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF9E; }

 p { color: rgb(213,207,158); }

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

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

 a { background-color: rgb(213,207,158); }

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

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

 span { border-color: rgb(213,207,158); }

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