#D7CE8F

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

Shades of Tahuna Sands #D7CE8F

Tints of Tahuna Sands #D7CE8F

Color information

#D7CE8F (or 0xD7CE8F) is unknown color: approx Tahuna Sands. HEX triplet: D7, CE and 8F. RGB value is (215,206,143). Sum of RGB (Red+Green+Blue) = 215+206+143=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE8F is #283170. Grayscale: #C9C9C9. Windows color (decimal): -2634097 or 9424599. OLE color: 9424599.

HSL color Cylindrical-coordinate representation of color #D7CE8F: hue angle of 52.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7CE8F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215206143-
CMYK00.040.330.16
HSL52.5º47.37%70.2%-
HSV(B)52.5º33.49%84.31%-
XYZ55.0560.5734.78-
YUV201.5194.98137.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=38.12%
G=36.52%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520614300.040.330.1652.547.3770.2
HexD7CE8F042110342f46
Octal3273162170441206457106
Binary1101011111001110100011110100100001100001101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE8F; }

 p { color: rgb(215,206,143); }

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

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

 a { background-color: rgb(215,206,143); }

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

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

 span { border-color: rgb(215,206,143); }

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