#D1CE94

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

Shades of Tahuna Sands #D1CE94

Tints of Tahuna Sands #D1CE94

Color information

#D1CE94 (or 0xD1CE94) is unknown color: approx Tahuna Sands. HEX triplet: D1, CE and 94. RGB value is (209,206,148). Sum of RGB (Red+Green+Blue) = 209+206+148=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CE94 is #2E316B. Grayscale: #C8C8C8. Windows color (decimal): -3027308 or 9752273. OLE color: 9752273.

HSL color Cylindrical-coordinate representation of color #D1CE94: hue angle of 57.05º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1CE94 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209206148-
CMYK00.010.290.18
HSL57.05º39.87%70%-
HSV(B)57.05º29.19%81.96%-
XYZ53.7159.8436.74-
YUV200.2998.49134.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=37.12%
G=36.59%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920614800.010.290.1857.0539.8770
HexD1CE94011D12392846
Octal3213162240135227150106
Binary1101000111001110100101000111101100101110011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE94; }

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

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

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

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

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

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

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

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