#D2CE94

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

Shades of Tahuna Sands #D2CE94

Tints of Tahuna Sands #D2CE94

Color information

#D2CE94 (or 0xD2CE94) is unknown color: approx Tahuna Sands. HEX triplet: D2, CE and 94. RGB value is (210,206,148). Sum of RGB (Red+Green+Blue) = 210+206+148=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CE94 is #2D316B. Grayscale: #C8C8C8. Windows color (decimal): -2961772 or 9752274. OLE color: 9752274.

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

Color convert

RGB210206148-
CMYK00.020.300.18
HSL56.13º40.79%70.2%-
HSV(B)56.13º29.52%82.35%-
XYZ53.9959.9836.75-
YUV200.5898.33134.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=37.23%
G=36.52%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020614800.020.300.1856.1340.7970.2
HexD2CE94021E12382946
Octal3223162240236227051106
Binary11010010110011101001010001011110100101110001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE94; }

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

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

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

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

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

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

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

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