#D6C492

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

Shades of Tahuna Sands #D6C492

Tints of Tahuna Sands #D6C492

Color information

#D6C492 (or 0xD6C492) is unknown color: approx Tahuna Sands. HEX triplet: D6, C4 and 92. RGB value is (214,196,146). Sum of RGB (Red+Green+Blue) = 214+196+146=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C492 is #293B6D. Grayscale: #C3C3C3. Windows color (decimal): -2702190 or 9618646. OLE color: 9618646.

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

Color convert

RGB214196146-
CMYK00.080.320.16
HSL44.12º45.33%70.59%-
HSV(B)44.12º31.78%83.92%-
XYZ52.6655.8535.2-
YUV195.6899.96141.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 146 (57.42% from 255) = 26.26%
R=38.49%
G=35.25%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419614600.080.320.1644.1245.3370.59
HexD6C4920820102c2d47
Octal32630422201040205455107
Binary11010110110001001001001001000100000100001011001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C492; }

 p { color: rgb(214,196,146); }

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

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

 a { background-color: rgb(214,196,146); }

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

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

 span { border-color: rgb(214,196,146); }

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