#D5CF9C

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

Shades of Tahuna Sands #D5CF9C

Tints of Tahuna Sands #D5CF9C

Color information

#D5CF9C (or 0xD5CF9C) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and 9C. RGB value is (213,207,156). Sum of RGB (Red+Green+Blue) = 213+207+156=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF9C is #2A3063. Grayscale: #CBCBCB. Windows color (decimal): -2764900 or 10276821. OLE color: 10276821.

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

Color convert

RGB213207156-
CMYK00.030.270.16
HSL53.68º40.43%72.35%-
HSV(B)53.68º26.76%83.53%-
XYZ55.7561.1740.32-
YUV202.98101.49135.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 156 (61.33% from 255) = 27.08%
R=36.98%
G=35.94%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320715600.030.270.1653.6840.4372.35
HexD5CF9C031B10362848
Octal3253172340333206650110
Binary11010101110011111001110001111011100001101101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF9C; }

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

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

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

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

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

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

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

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