#D8CC8F

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

Shades of Tahuna Sands #D8CC8F

Tints of Tahuna Sands #D8CC8F

Color information

#D8CC8F (or 0xD8CC8F) is unknown color: approx Tahuna Sands. HEX triplet: D8, CC and 8F. RGB value is (216,204,143). Sum of RGB (Red+Green+Blue) = 216+204+143=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC8F is #273370. Grayscale: #C8C8C8. Windows color (decimal): -2569073 or 9424088. OLE color: 9424088.

HSL color Cylindrical-coordinate representation of color #D8CC8F: hue angle of 50.14º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8CC8F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB216204143-
CMYK00.060.340.15
HSL50.14º48.34%70.39%-
HSV(B)50.14º33.8%84.71%-
XYZ54.8759.7734.63-
YUV200.6395.48138.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=38.37%
G=36.23%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620414300.060.340.1550.1448.3470.39
HexD8CC8F0622F323046
Octal3303142170642176260106
Binary110110001100110010001111011010001011111100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC8F; }

 p { color: rgb(216,204,143); }

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

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

 a { background-color: rgb(216,204,143); }

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

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

 span { border-color: rgb(216,204,143); }

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