#D2C692

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

Shades of Tahuna Sands #D2C692

Tints of Tahuna Sands #D2C692

Color information

#D2C692 (or 0xD2C692) is unknown color: approx Tahuna Sands. HEX triplet: D2, C6 and 92. RGB value is (210,198,146). Sum of RGB (Red+Green+Blue) = 210+198+146=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C692 is #2D396D. Grayscale: #C3C3C3. Windows color (decimal): -2963822 or 9619154. OLE color: 9619154.

HSL color Cylindrical-coordinate representation of color #D2C692: hue angle of 48.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2C692 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210198146-
CMYK00.060.300.18
HSL48.75º41.56%69.8%-
HSV(B)48.75º30.48%82.35%-
XYZ51.9656.1735.3-
YUV195.6699.98138.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=37.91%
G=35.74%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019814600.060.300.1848.7541.5669.8
HexD2C692061E12312a46
Octal3223062220636226152106
Binary110100101100011010010010011011110100101100011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C692; }

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

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

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

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

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

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

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

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