#D7CD8F

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

Shades of Tahuna Sands #D7CD8F

Tints of Tahuna Sands #D7CD8F

Color information

#D7CD8F (or 0xD7CD8F) is unknown color: approx Tahuna Sands. HEX triplet: D7, CD and 8F. RGB value is (215,205,143). Sum of RGB (Red+Green+Blue) = 215+205+143=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CD8F is #283270. Grayscale: #C9C9C9. Windows color (decimal): -2634353 or 9424343. OLE color: 9424343.

HSL color Cylindrical-coordinate representation of color #D7CD8F: hue angle of 51.67º 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 #D7CD8F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215205143-
CMYK00.050.330.16
HSL51.67º47.37%70.2%-
HSV(B)51.67º33.49%84.31%-
XYZ54.8160.0934.7-
YUV200.9295.31138.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=38.19%
G=36.41%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520514300.050.330.1651.6747.3770.2
HexD7CD8F052110342f46
Octal3273152170541206457106
Binary1101011111001101100011110101100001100001101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD8F; }

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

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

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

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

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

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

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

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