#D1CE92

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

Shades of Tahuna Sands #D1CE92

Tints of Tahuna Sands #D1CE92

Color information

#D1CE92 (or 0xD1CE92) is unknown color: approx Tahuna Sands. HEX triplet: D1, CE and 92. RGB value is (209,206,146). Sum of RGB (Red+Green+Blue) = 209+206+146=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CE92 is #2E316D. Grayscale: #C8C8C8. Windows color (decimal): -3027310 or 9621201. OLE color: 9621201.

HSL color Cylindrical-coordinate representation of color #D1CE92: hue angle of 57.14º degrees, saturation: 0.41, 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 #D1CE92 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209206146-
CMYK00.010.300.18
HSL57.14º40.65%69.61%-
HSV(B)57.14º30.14%81.96%-
XYZ53.5559.7735.91-
YUV200.0697.49134.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=37.25%
G=36.72%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920614600.010.300.1857.1440.6569.61
HexD1CE92011E12392946
Octal3213162220136227151106
Binary1101000111001110100100100111110100101110011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE92; }

 p { color: rgb(209,206,146); }

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

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

 a { background-color: rgb(209,206,146); }

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

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

 span { border-color: rgb(209,206,146); }

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