#D7C694

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

Shades of Tahuna Sands #D7C694

Tints of Tahuna Sands #D7C694

Color information

#D7C694 (or 0xD7C694) is unknown color: approx Tahuna Sands. HEX triplet: D7, C6 and 94. RGB value is (215,198,148). Sum of RGB (Red+Green+Blue) = 215+198+148=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C694 is #28396B. Grayscale: #C5C5C5. Windows color (decimal): -2636140 or 9750231. OLE color: 9750231.

HSL color Cylindrical-coordinate representation of color #D7C694: hue angle of 44.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7C694 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215198148-
CMYK00.080.310.16
HSL44.78º45.58%71.18%-
HSV(B)44.78º31.16%84.31%-
XYZ53.5656.9736.19-
YUV197.38100.13140.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=38.32%
G=35.29%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519814800.080.310.1644.7845.5871.18
HexD7C694081F102d2e47
Octal32730622401037205556107
Binary1101011111000110100101000100011111100001011011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C694; }

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

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

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

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

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

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

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

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