#D5C692

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

Shades of Tahuna Sands #D5C692

Tints of Tahuna Sands #D5C692

Color information

#D5C692 (or 0xD5C692) is unknown color: approx Tahuna Sands. HEX triplet: D5, C6 and 92. RGB value is (213,198,146). Sum of RGB (Red+Green+Blue) = 213+198+146=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C692 is #2A396D. Grayscale: #C4C4C4. Windows color (decimal): -2767214 or 9619157. OLE color: 9619157.

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

Color convert

RGB213198146-
CMYK00.070.310.16
HSL46.57º44.37%70.39%-
HSV(B)46.57º31.46%83.53%-
XYZ52.8256.6135.34-
YUV196.5699.47139.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 146 (57.42% from 255) = 26.21%
R=38.24%
G=35.55%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319814600.070.310.1646.5744.3770.39
HexD5C692071F102f2c46
Octal3253062220737205754106
Binary110101011100011010010010011111111100001011111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C692; }

 p { color: rgb(213,198,146); }

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

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

 a { background-color: rgb(213,198,146); }

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

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

 span { border-color: rgb(213,198,146); }

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