#D7CD96

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

Shades of Tahuna Sands #D7CD96

Tints of Tahuna Sands #D7CD96

Color information

#D7CD96 (or 0xD7CD96) is unknown color: approx Tahuna Sands. HEX triplet: D7, CD and 96. RGB value is (215,205,150). Sum of RGB (Red+Green+Blue) = 215+205+150=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CD96 is #283269. Grayscale: #C9C9C9. Windows color (decimal): -2634346 or 9883095. OLE color: 9883095.

HSL color Cylindrical-coordinate representation of color #D7CD96: hue angle of 50.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7CD96 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215205150-
CMYK00.050.300.16
HSL50.77º44.83%71.57%-
HSV(B)50.77º30.23%84.31%-
XYZ55.3660.3137.58-
YUV201.7298.81137.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=37.72%
G=35.96%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520515000.050.300.1650.7744.8371.57
HexD7CD96051E10332d48
Octal3273152260536206355110
Binary110101111100110110010110010111110100001100111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD96; }

 p { color: rgb(215,205,150); }

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

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

 a { background-color: rgb(215,205,150); }

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

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

 span { border-color: rgb(215,205,150); }

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