#D7C690

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

Shades of Tahuna Sands #D7C690

Tints of Tahuna Sands #D7C690

Color information

#D7C690 (or 0xD7C690) is unknown color: approx Tahuna Sands. HEX triplet: D7, C6 and 90. RGB value is (215,198,144). Sum of RGB (Red+Green+Blue) = 215+198+144=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C690 is #28396F. Grayscale: #C5C5C5. Windows color (decimal): -2636144 or 9488087. OLE color: 9488087.

HSL color Cylindrical-coordinate representation of color #D7C690: hue angle of 45.63º degrees, saturation: 0.47, 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 #D7C690 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215198144-
CMYK00.080.330.16
HSL45.63º47.02%70.39%-
HSV(B)45.63º33.02%84.31%-
XYZ53.2556.8534.55-
YUV196.9398.13140.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=38.60%
G=35.55%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519814400.080.330.1645.6347.0270.39
HexD7C6900821102e2f46
Octal32730622001041205657106
Binary11010111110001101001000001000100001100001011101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C690; }

 p { color: rgb(215,198,144); }

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

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

 a { background-color: rgb(215,198,144); }

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

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

 span { border-color: rgb(215,198,144); }

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