#D6CC94

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

Shades of Tahuna Sands #D6CC94

Tints of Tahuna Sands #D6CC94

Color information

#D6CC94 (or 0xD6CC94) is unknown color: approx Tahuna Sands. HEX triplet: D6, CC and 94. RGB value is (214,204,148). Sum of RGB (Red+Green+Blue) = 214+204+148=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC94 is #29336B. Grayscale: #C8C8C8. Windows color (decimal): -2700140 or 9751766. OLE color: 9751766.

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

Color convert

RGB214204148-
CMYK00.050.310.16
HSL50.91º44.59%70.98%-
HSV(B)50.91º30.84%83.92%-
XYZ54.6759.6236.64-
YUV200.6198.31137.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=37.81%
G=36.04%
B=26.15%

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
Decimal21420414800.050.310.1650.9144.5970.98
HexD6CC94051F10332d47
Octal3263142240537206355107
Binary110101101100110010010100010111111100001100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC94; }

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

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

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

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

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

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

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

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