#D3CE91

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

Shades of Tahuna Sands #D3CE91

Tints of Tahuna Sands #D3CE91

Color information

#D3CE91 (or 0xD3CE91) is unknown color: approx Tahuna Sands. HEX triplet: D3, CE and 91. RGB value is (211,206,145). Sum of RGB (Red+Green+Blue) = 211+206+145=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CE91 is #2C316E. Grayscale: #C8C8C8. Windows color (decimal): -2896239 or 9555667. OLE color: 9555667.

HSL color Cylindrical-coordinate representation of color #D3CE91: hue angle of 55.45º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3CE91 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB211206145-
CMYK00.020.310.17
HSL55.45º42.86%69.8%-
HSV(B)55.45º31.28%82.75%-
XYZ54.0560.0435.53-
YUV200.5496.66135.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.54%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 145 (57.03% from 255) = 25.80%
R=37.54%
G=36.65%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120614500.020.310.1755.4542.8669.8
HexD3CE91021F11372b46
Octal3233162210237216753106
Binary11010011110011101001000101011111100011101111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE91; }

 p { color: rgb(211,206,145); }

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

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

 a { background-color: rgb(211,206,145); }

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

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

 span { border-color: rgb(211,206,145); }

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