#d6ce8d

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

Shades of Tahuna Sands #D6CE8D

Tints of Tahuna Sands #D6CE8D

Color information

#D6CE8D (or 0xD6CE8D) is unknown color: approx Tahuna Sands. HEX triplet: D6, CE and 8D. RGB value is (214,206,141). Sum of RGB (Red+Green+Blue) = 214+206+141=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE8D is #293172. Grayscale: #C9C9C9. Windows color (decimal): -2699635 or 9293526. OLE color: 9293526.

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

Color convert

RGB214206141-
CMYK00.040.340.16
HSL53.42º47.1%69.61%-
HSV(B)53.42º34.11%83.92%-
XYZ54.6160.3633.97-
YUV200.9894.15137.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=38.15%
G=36.72%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420614100.040.340.1653.4247.169.61
HexD6CE8D042210352f46
Octal3263162150442206557106
Binary1101011011001110100011010100100010100001101011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6ce8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6ce8d; }

 p { color: rgb(214,206,141); }

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

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

 a { background-color: rgb(214,206,141); }

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

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

 span { border-color: rgb(214,206,141); }

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