#D6CC93

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

Shades of Tahuna Sands #D6CC93

Tints of Tahuna Sands #D6CC93

Color information

#D6CC93 (or 0xD6CC93) is unknown color: approx Tahuna Sands. HEX triplet: D6, CC and 93. RGB value is (214,204,147). Sum of RGB (Red+Green+Blue) = 214+204+147=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC93 is #29336C. Grayscale: #C8C8C8. Windows color (decimal): -2700141 or 9686230. OLE color: 9686230.

HSL color Cylindrical-coordinate representation of color #D6CC93: hue angle of 51.04º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6CC93 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214204147-
CMYK00.050.310.16
HSL51.04º44.97%70.78%-
HSV(B)51.04º31.31%83.92%-
XYZ54.5959.5936.23-
YUV200.4997.81137.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 147 (57.81% from 255) = 26.02%
R=37.88%
G=36.11%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420414700.050.310.1651.0444.9770.78
HexD6CC93051F10332d47
Octal3263142230537206355107
Binary110101101100110010010011010111111100001100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC93; }

 p { color: rgb(214,204,147); }

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

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

 a { background-color: rgb(214,204,147); }

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

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

 span { border-color: rgb(214,204,147); }

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